diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-29 00:28:55 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-29 00:28:55 +0000 |
commit | b3927fbb88c7988ec0397241ff40ecd72d1727bf (patch) | |
tree | 278f0a745e47570cb141f4fd4eb3319190be8296 /test/orm/compile.py | |
parent | 2fb9221b797e5a29e34096c09d97615d859e95d1 (diff) | |
download | sqlalchemy-b3927fbb88c7988ec0397241ff40ecd72d1727bf.tar.gz |
inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools
Diffstat (limited to 'test/orm/compile.py')
-rw-r--r-- | test/orm/compile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/compile.py b/test/orm/compile.py index 007edd596..3268b9230 100644 --- a/test/orm/compile.py +++ b/test/orm/compile.py @@ -1,5 +1,5 @@ -from sqlalchemy import * import testbase +from sqlalchemy import * class CompileTest(testbase.AssertMixin): """test various mapper compilation scenarios""" |