Changeset 467 for elixir/trunk/tests/test_properties.py
- Timestamp:
- 09/24/09 20:45:29 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/tests/test_properties.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/tests/test_properties.py
r456 r467 8 8 9 9 def setup(): 10 metadata.bind = 'sqlite:// /'10 metadata.bind = 'sqlite://' 11 11 12 12
