Remove implemented TODO comment.
This commit is contained in:
parent
cf081619af
commit
6f711891a4
1 changed files with 0 additions and 3 deletions
3
newfol
3
newfol
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue