Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Aug 4, 2009
1 parent 73b836b commit 8294727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
]

version = '1.3.10'
version = '1.3.10.1'

desc = open('README.txt').read().strip()
changes = open('CHANGES.txt').read().strip()
Expand Down
2 changes: 1 addition & 1 deletion src/z3c/sqlalchemy/base.py
Expand Up @@ -135,7 +135,7 @@ def model(self):
def _createEngine(self):
self._engine = create_engine(self.dsn, **self.engine_options)
self._sessionmaker = scoped_session(sessionmaker(bind=self._engine,
autocommit=False,,
autocommit=False,
twophase=self.twophase,
autoflush=True,
extension=ZopeTransactionExtension(**self.extension_options),
Expand Down

0 comments on commit 8294727

Please sign in to comment.