diff --git a/newfol b/newfol index 76d8514..d7a8120 100755 --- a/newfol +++ b/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")