Changeset 73 for elixir/trunk/elixir/__init__.py
- Timestamp:
- 02/27/07 15:58:51 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/__init__.py
r70 r73 46 46 47 47 try: 48 # this only happens when the threadlocal extension is used 48 49 objectstore = sqlalchemy.objectstore 49 50 except AttributeError:
