From 6f711891a4d66cf7aaa02e0645f4ca0b84d93bfa Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Thu, 8 Sep 2011 18:37:55 +0000 Subject: [PATCH] Remove implemented TODO comment. --- newfol | 3 --- 1 file changed, 3 deletions(-) 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")