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_sa_integration.py

    r457 r467  
    99class TestSQLAlchemyToElixir(object): 
    1010    def setup(self): 
    11         metadata.bind = "sqlite:///" 
     11        metadata.bind = "sqlite://" 
    1212 
    1313    def teardown(self): 
     
    5151class TestElixirToSQLAlchemy(object): 
    5252    def setup(self): 
    53         metadata.bind = "sqlite:///" 
     53        metadata.bind = "sqlite://" 
    5454 
    5555    def teardown(self):