From bbdbe7e47dd0bcb9457ec4856a5252097425382a Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 14 Mar 2009 05:10:13 +0900 Subject: [PATCH] Remove TODO for previous patch --- pyfpdb/fpdb_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/fpdb_import.py b/pyfpdb/fpdb_import.py index 8c4bd0f9..ef0894e3 100644 --- a/pyfpdb/fpdb_import.py +++ b/pyfpdb/fpdb_import.py @@ -226,7 +226,6 @@ class Importer: conv = None # Load filter, process file, pass returned filename to import_fpdb_file - # 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, print "converting %s" % file hhbase = self.config.get_import_parameters().get("hhArchiveBase") hhbase = os.path.expanduser(hhbase)