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