summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-02-22 15:12:11 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-02-22 15:12:11 +0100
commitf5a7293ce0a9c72fa98b6f2c65fa16103c22d926 (patch)
treeb7c1980ad7b3137bd0e25fc1260ce9358401caa5
parent54aa2937a9450fd7a25461584140210201a1e291 (diff)
fix PYTHONPATH for doctests
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ba7d295..da9f2ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,5 @@ DEB_PYTHON_CLEAN_ARGS = --all
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
build/python-vobject::
- cd tests && PYTHONPATH=src python tests.py
+ cd tests && PYTHONPATH=../src python tests.py