oops, this is a method stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Jul 2009 12:30:12 +0200
branchstable
changeset 2571 5c837feca73a
parent 2570 80a996bb536d
child 2587 79bbc5045288
oops, this is a method
server/migractions.py
--- 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