Reviving RunAllTests.py on trunk

Porting my fix from gramps40:
	git diff gramps40^ gramps40 | git apply

svn: r22730
This commit is contained in:
Vassilii Khachaturov
2013-07-24 06:30:59 +00:00
parent 03669acb70
commit 47d397f1ec
10 changed files with 39 additions and 104 deletions

View File

@ -25,7 +25,7 @@ from bsddb import dbshelve, db
import os
import sys
sys.path.append('../src')
sys.path.append('../gramps')
import const
env_name = os.path.expanduser(const.bsddbenv_dir)