From 180c3f54a13d1fba3c352e6e44a20dbca15475c7 Mon Sep 17 00:00:00 2001 From: Nadeem Douba Date: Thu, 6 Dec 2012 23:33:34 -0500 Subject: [PATCH] Added generate-entities command that reads from both mtz and Entity directory --- src/canari/commands/generate_entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.45.1