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/engine/proxy_engine.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/engine/proxy_engine.py')
| -rw-r--r-- | test/engine/proxy_engine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/engine/proxy_engine.py b/test/engine/proxy_engine.py index df0c64398..d468e946f 100644 --- a/test/engine/proxy_engine.py +++ b/test/engine/proxy_engine.py @@ -1,10 +1,10 @@ +from testbase import PersistTest +import testbase import os from sqlalchemy import * from sqlalchemy.ext.proxy import ProxyEngine -from testbase import PersistTest -import testbase # # Define an engine, table and mapper at the module level, to show that the |
