commit: b97e75598be0ab265fa206d57e4ea918d78cbd38
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 24 16:07:36 2015 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 15:01:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b97e7559
testpath: Add pyDeComp path
testpath | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testpath b/testpath
index 6fd9ba9..f4721a4 100644
--- a/testpath
+++ b/testpath
@@ -15,4 +15,4 @@
# catalyst -c catalyst.conf -p -f stage1.spec
export PATH="$(dirname ${BASH_SOURCE[0]})/bin:${PATH}"
-export PYTHONPATH="$(dirname ${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"
+export PYTHONPATH="$(dirname $0)/../pyDeComp/:$(dirname
${BASH_SOURCE[0]})${PYTHONPATH:+:}${PYTHONPATH}"