From b307f741c493652d64a6dde1df424c07eb698cb4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Apr 2007 11:50:22 +0000 Subject: Miscellaneous changes --- PyUnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PyUnitTests.py') diff --git a/PyUnitTests.py b/PyUnitTests.py index 56ca1ad1..7a039eba 100755 --- a/PyUnitTests.py +++ b/PyUnitTests.py @@ -1,2 +1,2 @@ #!/bin/sh -python tests/python/UnitTests.py +PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py -- cgit v1.2.3