Changeset 17 for elixir/trunk/elixir/tests/test_oneway.py
- Timestamp:
- 02/01/07 22:51:30 (6 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/tests/test_oneway.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/tests/test_oneway.py
r2 r17 4 4 5 5 import nose 6 6 7 from sqlalchemy import create_engine 7 from supermodel import * 8 from supermodel import metadata, objectstore 8 from elixir import * 9 9 10 10
