commit: 6dc96917b655238e3b02e5c599314cdaa3808758
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: Tue Sep 1 05:54:11 2015 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6dc96917
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}"