Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Mar 15, 2008
1 parent 6725bd2 commit 9d2da53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 137 deletions.
3 changes: 3 additions & 0 deletions src/z3c/sqlalchemy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def __init__(self, dsn, model=None, transactional=True, engine_options={}, sessi
self._createEngine()
self._id = str(random.random()) # used as unique key for session/connection cache

from datamanager import *
util = AlchemyEngineUtility(dsn=dsn, name=name)

if model:

if isinstance(model, Model):
Expand Down
137 changes: 0 additions & 137 deletions src/z3c/sqlalchemy/z3c_zalchemy_interfaces.py

This file was deleted.

0 comments on commit 9d2da53

Please sign in to comment.