Remove implemented TODO comment.

This commit is contained in:
brian m. carlson 2011-09-08 18:37:55 +00:00
parent cf081619af
commit 6f711891a4

3
newfol
View file

@ -103,9 +103,6 @@ def load_schemata():
internal = int(i.fields[3])
mapping[dbname].set_field_mapping(None, internal, i.fields[4])
return mapping
# TODO: create a dictionary of Mappings indexed by dtbname and return it.
# Also, print whether we're using a mapping to stderr when importing so that
# the user can abort if no schema exists.
def import_into(recs, dtbname, minfields=0, strict=False):
vault = filemanip.FileStorage('csv', "/dev/stdin")