diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-05 21:24:09 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-05 21:24:09 +0000 |
commit | e4452497b217960b7b1521e2b72e44db81296d51 (patch) | |
tree | 8731de17c7db25401637c2dbb70d18cbe0e345fd /src/peerinfo-tool/test_gnunet_peerinfo.py.in | |
parent | ab81cb16f400110163530a6eaf967224296b99aa (diff) |
pymove
Diffstat (limited to 'src/peerinfo-tool/test_gnunet_peerinfo.py.in')
-rwxr-xr-x | src/peerinfo-tool/test_gnunet_peerinfo.py.in | 2 |
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) |