From 5b53cb15fbc6752e9479ab98bf929037fb97c292 Mon Sep 17 00:00:00 2001 From: Marius Sandu-Popa Date: Sat, 10 Apr 2010 13:03:31 +0300 Subject: [PATCH] renamed Client to Commander; fixed PYTHONPATH --- autorun/commander/{Client.py => Commander.py} | 0 autorun/commander/run.sh | 3 ++- ppf/GUI/config.py | 4 ++-- ppf/GUI/run_GUI | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) rename autorun/commander/{Client.py => Commander.py} (100%) 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 -- 2.20.1