Show
Ignore:
Timestamp:
09/24/09 20:45:29 (3 years ago)
Author:
ged
Message:

sed 's/sqlite:\/\/\//sqlite:\/\//' *.py

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/tests/test_class_methods.py

    r349 r467  
    99class TestOldMethods(object): 
    1010    def setup(self): 
    11         metadata.bind = 'sqlite:///' 
     11        metadata.bind = 'sqlite://' 
    1212 
    1313    def teardown(self):