X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ftest_gnunet_fs_ns.py.in;h=ff892b40f7e28ccb51736be734be02740f4d7509;hb=e59b32948cba58249c9b19e7426602dbe4f20d00;hp=b6a695c7f351becbe34e123859eac38c27199f75;hpb=cb41db74f56afaa480d834c4756ecb6ac6bf8258;p=oweals%2Fgnunet.git diff --git a/src/fs/test_gnunet_fs_ns.py.in b/src/fs/test_gnunet_fs_ns.py.in index b6a695c7f..ff892b40f 100755 --- a/src/fs/test_gnunet_fs_ns.py.in +++ b/src/fs/test_gnunet_fs_ns.py.in @@ -25,7 +25,7 @@ import re import shutil 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)