]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Added generate-entities command that reads from both mtz and Entity directory
authorNadeem Douba <ndouba@gmail.com>
Fri, 7 Dec 2012 04:33:34 +0000 (23:33 -0500)
committerNadeem Douba <ndouba@gmail.com>
Fri, 7 Dec 2012 04:33:34 +0000 (23:33 -0500)
src/canari/commands/generate_entities.py

index 58cc839b922d568563e676312cd1006d79ebab57..43ac44b70a7a1fc79a1da9ca1636e9d20c7d2667 100644 (file)
@@ -7,8 +7,8 @@ from xml.etree.cElementTree import XML
 from argparse import ArgumentParser
 from os import walk, path as ospath
 from zipfile import ZipFile
-from re import sub, findall
 from imp import load_source
+from re import sub
 
 
 __author__ = 'Nadeem Douba'