aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_idx.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/fs/test_gnunet_fs_idx.py.in
parentab81cb16f400110163530a6eaf967224296b99aa (diff)
downloadgnunet-e4452497b217960b7b1521e2b72e44db81296d51.tar.gz
gnunet-e4452497b217960b7b1521e2b72e44db81296d51.zip
pymove
Diffstat (limited to 'src/fs/test_gnunet_fs_idx.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_idx.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_gnunet_fs_idx.py.in b/src/fs/test_gnunet_fs_idx.py.in
index b579ab863..fff0e10b7 100755
--- a/src/fs/test_gnunet_fs_idx.py.in
+++ b/src/fs/test_gnunet_fs_idx.py.in
@@ -25,7 +25,7 @@ import re
25import shutil 25import shutil
26 26
27srcdir = "../.." 27srcdir = "../.."
28gnunet_pyexpect_dir = os.path.join (srcdir, "contrib", "gnunet_pyexpect") 28gnunet_pyexpect_dir = os.path.join (srcdir, "contrib")
29if gnunet_pyexpect_dir not in sys.path: 29if gnunet_pyexpect_dir not in sys.path:
30 sys.path.append (gnunet_pyexpect_dir) 30 sys.path.append (gnunet_pyexpect_dir)
31 31