branch | stable |
changeset 2571 | 5c837feca73a |
parent 2570 | 80a996bb536d |
child 2589 | 92f2bc945261 |
--- a/server/migractions.py Thu Jul 30 12:01:17 2009 +0200 +++ b/server/migractions.py Thu Jul 30 12:30:12 2009 +0200 @@ -194,7 +194,7 @@ except (KeyboardInterrupt, EOFError): print 'aborting...' sys.exit(0) - self.session.keep_pool_mode = 'transaction' + self.session.keep_pool_mode('transaction') return self._cnx @property