add a missing pass that prevented it from starting...

This commit is contained in:
Steffen Schaumburg 2011-04-07 06:28:49 +02:00
parent 24e23b6b4f
commit ed4a5468aa

View File

@ -1521,6 +1521,7 @@ class Database:
% (fk['fktab'],fk['fkcol'], str(sys.exc_value).rstrip('\n'))
else:
#print _("Only MySQL and Postgres supported so far")
pass
if self.backend == self.PGSQL:
self.connection.set_isolation_level(1) # go back to normal isolation level