]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
renamed Client to Commander; fixed PYTHONPATH
authorMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 10:03:31 +0000 (13:03 +0300)
committerMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 15:10:12 +0000 (18:10 +0300)
autorun/commander/Commander.py [moved from autorun/commander/Client.py with 100% similarity]
autorun/commander/run.sh
ppf/GUI/config.py
ppf/GUI/run_GUI

index d0ac11e790987508e73a517c42bffbb9c223e23d..f1e44c8e69038f34c6da140e98cbbe663b242c51 100755 (executable)
@@ -1,2 +1,3 @@
 #!/bin/bash
-PYTHONPATH=/home/marius/cs-p2p-next/autorun/:/home/marius/cs-p2p-next/autorun/xml/ python Client.py
+PYTHONPATH=../ python Commander.py
+#PYTHONPATH=/home/marius/cs-p2p-next/autorun/:/home/marius/cs-p2p-next/autorun/xml/ python Commander.py
index da5acfce663f0f4be3efc377d5a1cbf3b2f62b41..276331968ebc84c1a1e59d4476ddd5ec737f14c1 100644 (file)
@@ -1,2 +1,2 @@
-dbpath='../auto/db/'
-dbextension='.db'
\ No newline at end of file
+dbpath='../db/'
+dbextension='.db'
index 103e88b3682ca38e9c1366e9a5661a251110b87a..a9820ae0c1074d46805e2cf7f9fc0a03f67a2846 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-PYTHONPATH=../auto/db/ python GUI.py ../auto/db/client-limitation-experiment.db
+PYTHONPATH=../db/ python GUI.py