Indentation fixes

This commit is contained in:
Worros 2008-10-08 01:50:43 +08:00
parent 3d43e8167c
commit dc81ca854a

View File

@ -122,8 +122,10 @@ class fpdb_db:
self.cursor.execute(self.sql.query['drop_table'] + table[0])
elif(self.get_backend_name() == 'PostgreSQL'):
#todo: postgres version here
print "Empty function here"
elif(self.get_backend_name() == 'SQLite'):
#todo: sqlite version here
print "Empty function here"
#end def drop_tables
def drop_referencial_integrity(self):