From: Nadeem Douba Date: Fri, 7 Dec 2012 04:33:34 +0000 (-0500) Subject: Added generate-entities command that reads from both mtz and Entity directory X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=180c3f54a13d1fba3c352e6e44a20dbca15475c7;p=get-hack-src.git Added generate-entities command that reads from both mtz and Entity directory --- diff --git a/src/canari/commands/generate_entities.py b/src/canari/commands/generate_entities.py index 58cc839..43ac44b 100644 --- a/src/canari/commands/generate_entities.py +++ b/src/canari/commands/generate_entities.py @@ -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'