Changeset 467 for elixir/trunk/tests/test_versioning.py
- Timestamp:
- 09/24/09 20:45:29 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_versioning.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_versioning.py
r409 r467 42 42 43 43 setup_all() 44 metadata.bind = 'sqlite:// /'44 metadata.bind = 'sqlite://' 45 45 46 46
