[Checkins] SVN: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py another typo

Andreas Jung andreas at andreas-jung.com
Thu Sep 4 08:29:51 EDT 2008


Log message for revision 90808:
  another typo
  

Changed:
  U   z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py

-=-
Modified: z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py
===================================================================
--- z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2008-09-04 12:26:19 UTC (rev 90807)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2008-09-04 12:29:50 UTC (rev 90808)
@@ -136,6 +136,6 @@
         self._sessionmaker = scoped_session(sessionmaker(bind=self._engine, 
                                             autocommit=False, 
                                             autoflush=True, 
-                                            extension=ZopeTransactionExtension(self.extension_options),
+                                            extension=ZopeTransactionExtension(**self.extension_options),
                                             **self.session_options
                                             ))



More information about the Checkins mailing list