aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/test_gnunet_peerinfo.py.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-05 21:24:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-05 21:24:09 +0000
commite4452497b217960b7b1521e2b72e44db81296d51 (patch)
tree8731de17c7db25401637c2dbb70d18cbe0e345fd /src/peerinfo-tool/test_gnunet_peerinfo.py.in
parentab81cb16f400110163530a6eaf967224296b99aa (diff)
pymove
Diffstat (limited to 'src/peerinfo-tool/test_gnunet_peerinfo.py.in')
-rwxr-xr-xsrc/peerinfo-tool/test_gnunet_peerinfo.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo.py.in b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
index 7a4d41c11b..ee8bc4af60 100755
--- a/src/peerinfo-tool/test_gnunet_peerinfo.py.in
+++ b/src/peerinfo-tool/test_gnunet_peerinfo.py.in
@@ -26,7 +26,7 @@ import shutil
import time
srcdir = "../.."
-gnunet_pyexpect_dir = os.path.join (srcdir, "contrib", "gnunet_pyexpect")
+gnunet_pyexpect_dir = os.path.join (srcdir, "contrib")
if gnunet_pyexpect_dir not in sys.path:
sys.path.append (gnunet_pyexpect_dir)