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/rundocs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/rundocs.py') diff --git a/test/rundocs.py b/test/rundocs.py index 3ed7d815e..1918e55be 100644 --- a/test/rundocs.py +++ b/test/rundocs.py @@ -1,5 +1,6 @@ from sqlalchemy import * import sys +sys.path.insert(0, './lib/') engine = create_engine('sqlite://') -- cgit v1.2.1