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

Andreas Jung andreas at andreas-jung.com
Mon Jan 7 13:17:18 EST 2008


Log message for revision 82736:
  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-01-07 18:16:13 UTC (rev 82735)
+++ z3c.sqlalchemy/trunk/src/z3c/sqlalchemy/base.py	2008-01-07 18:17:18 UTC (rev 82736)
@@ -54,7 +54,7 @@
 
     implements(ISQLAlchemyWrapper)
 
-    def __init__(self, dsn, model=None, transactional=True, engine_options=None, session_options=Nonem, **kw):
+    def __init__(self, dsn, model=None, transactional=True, engine_options=None, session_options=None, **kw):
         """ 'dsn' - a RFC-1738-style connection string
 
             'model' - optional instance of model.Model
@@ -265,5 +265,5 @@
             by SQLAlchemyDA and therefore it is not part of the 
             public API. 
         """
-
+    
         return self.__getOrCreateConnectionCacheItem(self._id)['connection']



More information about the Checkins mailing list