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)
downloadgnunet-e4452497b217960b7b1521e2b72e44db81296d51.tar.gz
gnunet-e4452497b217960b7b1521e2b72e44db81296d51.zip
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 7a4d41c11..ee8bc4af6 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
26import time 26import time
27 27
28srcdir = "../.." 28srcdir = "../.."
29gnunet_pyexpect_dir = os.path.join (srcdir, "contrib", "gnunet_pyexpect") 29gnunet_pyexpect_dir = os.path.join (srcdir, "contrib")
30if gnunet_pyexpect_dir not in sys.path: 30if gnunet_pyexpect_dir not in sys.path:
31 sys.path.append (gnunet_pyexpect_dir) 31 sys.path.append (gnunet_pyexpect_dir)
32 32