cleanup of config file consolidation

This commit is contained in:
Ray
2008-10-21 21:46:30 -04:00
parent a719efc6dc
commit 2f78304185
4 changed files with 14 additions and 7 deletions
+2 -1
View File
@@ -76,9 +76,10 @@ class GuiBulkImport (threading.Thread):
print "todo: implement bulk import thread"
#end def run
def __init__(self, db, settings):
def __init__(self, db, settings, config):
self.db=db
self.settings=settings
self.config=config
self.importer = fpdb_import.Importer(self,self.settings)
self.vbox=gtk.VBox(False,1)