aboutsummaryrefslogtreecommitdiff
path: root/chutney
diff options
context:
space:
mode:
Diffstat (limited to 'chutney')
-rwxr-xr-xchutney2
1 files changed, 1 insertions, 1 deletions
diff --git a/chutney b/chutney
index 344118d..ebb6315 100755
--- a/chutney
+++ b/chutney
@@ -1,6 +1,6 @@
#!/bin/sh
-
PYTHONPATH="`dirname $0`/lib":${PYTHONPATH}
+PYTHONPATH="`dirname $0`/networks":${PYTHONPATH}
export PYTHONPATH
${PYTHON:=python} -m chutney.TorNet $*