aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/test_gnunet_peerinfo.py.in
diff options
context:
space:
mode:
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