From: Marius Sandu-Popa Date: Sat, 10 Apr 2010 10:03:31 +0000 (+0300) Subject: renamed Client to Commander; fixed PYTHONPATH X-Git-Tag: getopt_long~104 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=5b53cb15fbc6752e9479ab98bf929037fb97c292;p=cs-p2p-next.git renamed Client to Commander; fixed PYTHONPATH --- diff --git a/autorun/commander/Client.py b/autorun/commander/Commander.py similarity index 100% rename from autorun/commander/Client.py rename to autorun/commander/Commander.py diff --git a/autorun/commander/run.sh b/autorun/commander/run.sh index d0ac11e..f1e44c8 100755 --- a/autorun/commander/run.sh +++ b/autorun/commander/run.sh @@ -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 diff --git a/ppf/GUI/config.py b/ppf/GUI/config.py index da5acfc..2763319 100644 --- a/ppf/GUI/config.py +++ b/ppf/GUI/config.py @@ -1,2 +1,2 @@ -dbpath='../auto/db/' -dbextension='.db' \ No newline at end of file +dbpath='../db/' +dbextension='.db' diff --git a/ppf/GUI/run_GUI b/ppf/GUI/run_GUI index 103e88b..a9820ae 100755 --- a/ppf/GUI/run_GUI +++ b/ppf/GUI/run_GUI @@ -1,3 +1,3 @@ #!/bin/bash -PYTHONPATH=../auto/db/ python GUI.py ../auto/db/client-limitation-experiment.db +PYTHONPATH=../db/ python GUI.py