From b3927fbb88c7988ec0397241ff40ecd72d1727bf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Jun 2006 00:28:55 +0000 Subject: inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools --- test/engine/proxy_engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/engine/proxy_engine.py') 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 -- cgit v1.2.1