Changeset 467 for elixir/trunk/tests/test_o2o.py
- Timestamp:
- 09/24/09 20:45:29 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_o2o.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_o2o.py
r349 r467 2 2 3 3 def setup(): 4 metadata.bind = "sqlite:// /"4 metadata.bind = "sqlite://" 5 5 6 6 class TestOneToOne(object):
