[torflow/master] Update pythonpath to modern versions.

commit f261978b21b987b3304eb3d486a82949f7d46def Author: Mike Perry <mikeperry-git@fscked.org> Date: Mon Nov 14 17:35:33 2011 -0800 Update pythonpath to modern versions. --- NetworkScanners/BwAuthority/run_scan.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/NetworkScanners/BwAuthority/run_scan.sh b/NetworkScanners/BwAuthority/run_scan.sh index b3e1355..bc25489 100755 --- a/NetworkScanners/BwAuthority/run_scan.sh +++ b/NetworkScanners/BwAuthority/run_scan.sh @@ -6,7 +6,7 @@ SCANNER_COUNT=4 # This tor must have the w status line fix as well as the stream bw fix # Ie git master or 0.2.2.x TOR_EXE=../../../tor.git/src/or/tor -PYTHONPATH=../../../SQLAlchemy-0.5.5/lib:../../../Elixir-0.6.1/ +PYTHONPATH=../../../SQLAlchemy-0.7.3/lib:../../../Elixir-0.7.1/ for n in `seq $SCANNER_COUNT`; do PIDFILE=./data/scanner.${n}/bwauthority.pid
participants (1)
-
mikeperry@torproject.org