This commit is contained in:
Matt Turnbull
2009-03-06 18:10:04 +00:00
parent 426b5c2db5
commit ca6f6e513b
7 changed files with 110 additions and 39 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class Importer:
# TODO: Shouldn't we be able to use some sort of lambda or something to just call a Python object by whatever name we specify? then we don't have to hardcode them,
# someone can just create their own python module for it
if filter == "EverleafToFpdb":
if filter in ("EverleafToFpdb","Everleaf"):
print "converting ", file
hhbase = self.config.get_import_parameters().get("hhArchiveBase")
hhbase = os.path.expanduser(hhbase)