summaryrefslogtreecommitdiff
path: root/test/rundocs.py
diff options
context:
space:
mode:
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://')