Show
Ignore:
Timestamp:
10/01/09 16:28:12 (3 years ago)
Author:
ged
Message:

fix a few cosmetic issues reported by pyflakes (mostly unused imports)

Files:
1 modified

Legend:

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

    r467 r485  
    33""" 
    44 
    5 from sqlalchemy import create_engine, and_ 
     5from sqlalchemy import and_ 
    66 
    77from elixir import * 
     
    1010 
    1111def setup(): 
    12 #    metadata.bind = create_engine('sqlite://', echo=True) 
    1312    metadata.bind = 'sqlite://' 
    1413