[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16403 - in gnunet/src: fs peerinfo-tool
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16403 - in gnunet/src: fs peerinfo-tool |
Date: |
Fri, 5 Aug 2011 23:24:09 +0200 |
Author: grothoff
Date: 2011-08-05 23:24:09 +0200 (Fri, 05 Aug 2011)
New Revision: 16403
Modified:
gnunet/src/fs/test_gnunet_fs_idx.py.in
gnunet/src/fs/test_gnunet_fs_ns.py.in
gnunet/src/fs/test_gnunet_fs_psd.py.in
gnunet/src/fs/test_gnunet_fs_rec.py.in
gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
Log:
pymove
Modified: gnunet/src/fs/test_gnunet_fs_idx.py.in
===================================================================
--- gnunet/src/fs/test_gnunet_fs_idx.py.in 2011-08-05 21:22:35 UTC (rev
16402)
+++ gnunet/src/fs/test_gnunet_fs_idx.py.in 2011-08-05 21:24:09 UTC (rev
16403)
@@ -25,7 +25,7 @@
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)
Modified: gnunet/src/fs/test_gnunet_fs_ns.py.in
===================================================================
--- gnunet/src/fs/test_gnunet_fs_ns.py.in 2011-08-05 21:22:35 UTC (rev
16402)
+++ gnunet/src/fs/test_gnunet_fs_ns.py.in 2011-08-05 21:24:09 UTC (rev
16403)
@@ -25,7 +25,7 @@
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)
Modified: gnunet/src/fs/test_gnunet_fs_psd.py.in
===================================================================
--- gnunet/src/fs/test_gnunet_fs_psd.py.in 2011-08-05 21:22:35 UTC (rev
16402)
+++ gnunet/src/fs/test_gnunet_fs_psd.py.in 2011-08-05 21:24:09 UTC (rev
16403)
@@ -25,7 +25,7 @@
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)
Modified: gnunet/src/fs/test_gnunet_fs_rec.py.in
===================================================================
--- gnunet/src/fs/test_gnunet_fs_rec.py.in 2011-08-05 21:22:35 UTC (rev
16402)
+++ gnunet/src/fs/test_gnunet_fs_rec.py.in 2011-08-05 21:24:09 UTC (rev
16403)
@@ -25,7 +25,7 @@
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)
Modified: gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in
===================================================================
--- gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2011-08-05 21:22:35 UTC
(rev 16402)
+++ gnunet/src/peerinfo-tool/test_gnunet_peerinfo.py.in 2011-08-05 21:24:09 UTC
(rev 16403)
@@ -26,7 +26,7 @@
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16403 - in gnunet/src: fs peerinfo-tool,
gnunet <=