aboutsummaryrefslogtreecommitdiff
path: root/chutney
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-01 20:19:35 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-01 20:19:35 -0500
commit70e35e2249e9128d544e6617528097860c6c3358 (patch)
tree876e42258b8101c7c4b763e6b1835c85f015a767 /chutney
parent1effffab2a161898dd916a14e92546990c970184 (diff)
downloadchutney-70e35e2249e9128d544e6617528097860c6c3358.tar
chutney-70e35e2249e9128d544e6617528097860c6c3358.tar.gz
Move stuff into a submodule. Calling it "chutney" for now. Add launcher script
Diffstat (limited to 'chutney')
-rwxr-xr-xchutney6
1 files changed, 6 insertions, 0 deletions
diff --git a/chutney b/chutney
new file mode 100755
index 0000000..a8be2ff
--- /dev/null
+++ b/chutney
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+
+PYTHONPATH="`dirname $0`/lib":${PYTHONPATH}
+export PYTHONPATH
+python -m chutney.TorNet $*