Changeset 50

Show
Ignore:
Timestamp:
02/12/07 16:57:12 (6 years ago)
Author:
ged
Message:

small cleanup: remove useless imports

Location:
elixir/trunk/tests
Files:
3 modified

Legend:

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

    r47 r50  
    22    simple test case 
    33""" 
    4  
    5 import nose 
    64 
    75from sqlalchemy import create_engine 
  • elixir/trunk/tests/test_oneway.py

    r47 r50  
    33""" 
    44 
    5 import nose 
    6  
    75from sqlalchemy import create_engine 
    86from elixir     import * 
    9  
    10 #FIXME: this shouldn't be necessary. cleanup_all should handle it. The problem 
    11 # is that with this damn dynamic behavior, we can't easily re-setup the  
    12 # entities once they've been setup once 
    13 metadata.clear() 
    147 
    158class Person(Entity): 
  • elixir/trunk/tests/test_options.py

    r47 r50  
    33""" 
    44 
    5 import nose 
    65from sqlalchemy import create_engine 
    76from elixir     import *