dataimport/pgstore.py
changeset 10662 10942ed172de
parent 10613 8d9fe02387e3
child 10810 0768bf2333a7
--- a/dataimport/pgstore.py	Tue Sep 08 18:04:57 2015 +0200
+++ b/dataimport/pgstore.py	Tue Sep 15 16:15:03 2015 +0200
@@ -348,7 +348,7 @@
             # In that case, simply update the insert dict and remove
             # the need to make the
             # UPDATE statement
-            for statement, datalist in _inlined_relations_sql.iteritems():
+            for statement, datalist in _inlined_relations_sql.items():
                 new_datalist = []
                 # for a given inlined relation,
                 # browse each couple to be inserted