Retab/whitespace demangly fpdb_import.py

This commit is contained in:
Mika Bostrom 2008-12-06 21:50:40 +02:00
parent 19c0328955
commit 415eb4a3c6

View File

@ -62,6 +62,8 @@ class Importer:
self.settings['minPrint'] = 30
self.dbConnect()
# XXX: Why is this here, when fpdb_db.connect() already does the
# same?
def dbConnect(self):
#connect to DB
if self.settings['db-backend'] == 2: