move most stuff from fpdb_db.py to Database.py and simplify db connections in fpdb_import

This commit is contained in:
sqlcoder
2009-07-28 23:58:10 +01:00
parent 3cc5ed8024
commit 298de5dc15
9 changed files with 1346 additions and 1323 deletions
+1
View File
@@ -86,6 +86,7 @@ class GuiBulkImport():
self.lab_info.set_text("Import finished")
except:
print "bulkimport.loadclicked error: "+str(sys.exc_value)
pass
self.settings['global_lock'].release()
else: