Changeset 1285:f59e65962246
- Timestamp:
- 01/10/10 23:58:33 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
zine/database.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zine/database.py
r1283 r1285 29 29 from sqlalchemy.engine.url import make_url, URL 30 30 from sqlalchemy.types import TypeDecorator 31 from sqlalchemy.util import to_list32 31 from sqlalchemy.ext.associationproxy import association_proxy 33 32
Note: See TracChangeset
for help on using the changeset viewer.