aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_gnunet_fs_psd.py.in
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-23 17:31:01 +0000
committerNils Gillmann <ng0@n0.is>2018-05-23 17:31:01 +0000
commit454935bd76a9106ad6eda4d5c3d0861d6e559777 (patch)
tree90d716dc77ba50292cd509e1331c4fc68296f008 /src/fs/test_gnunet_fs_psd.py.in
parent4d34c5de8369158f903f2b709e7999cd7b9340c2 (diff)
downloadgnunet-454935bd76a9106ad6eda4d5c3d0861d6e559777.tar.gz
gnunet-454935bd76a9106ad6eda4d5c3d0861d6e559777.zip
more flakes.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/fs/test_gnunet_fs_psd.py.in')
-rwxr-xr-xsrc/fs/test_gnunet_fs_psd.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_gnunet_fs_psd.py.in b/src/fs/test_gnunet_fs_psd.py.in
index b27a24c84..4b27b4532 100755
--- a/src/fs/test_gnunet_fs_psd.py.in
+++ b/src/fs/test_gnunet_fs_psd.py.in
@@ -36,7 +36,7 @@ reload(sys)
36sys.setdefaultencoding('utf8') 36sys.setdefaultencoding('utf8')
37 37
38srcdir = "../.." 38srcdir = "../.."
39gnunet_pyexpect_dir = os.path.join (srcdir, "contrib/scripts") 39gnunet_pyexpect_dir = os.path.join(srcdir, "contrib/scripts")
40if gnunet_pyexpect_dir not in sys.path: 40if gnunet_pyexpect_dir not in sys.path:
41 sys.path.append(gnunet_pyexpect_dir) 41 sys.path.append(gnunet_pyexpect_dir)
42 42