summaryrefslogtreecommitdiff
path: root/test/rundocs.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-06-29 00:28:55 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-06-29 00:28:55 +0000
commitb3927fbb88c7988ec0397241ff40ecd72d1727bf (patch)
tree278f0a745e47570cb141f4fd4eb3319190be8296 /test/rundocs.py
parent2fb9221b797e5a29e34096c09d97615d859e95d1 (diff)
downloadsqlalchemy-b3927fbb88c7988ec0397241ff40ecd72d1727bf.tar.gz
inserting './lib/' into sys.path since PYTHONPATH no longer straightforward with latest setuptools
Diffstat (limited to 'test/rundocs.py')
-rw-r--r--test/rundocs.py1
1 files changed, 1 insertions, 0 deletions
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://')