aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-04-13 17:36:35 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-04-13 17:36:35 +0100
commitdf52404b78e47a78ab962d20a9b11bce56029241 (patch)
tree3d62a659a73727aa526bac8a38991f99d4fb1c1c
parent43024c6735391e3030bfbb0f170b59d00b788728 (diff)
downloadchutney-df52404b78e47a78ab962d20a9b11bce56029241.tar
chutney-df52404b78e47a78ab962d20a9b11bce56029241.tar.gz
Add stem to the path properly
-rw-r--r--.gitmodules4
-rwxr-xr-xchutney1
m---------stem (renamed from stemrepo)0
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 72b41c1..126e451 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "stemrepo"]
- path = stemrepo
+[submodule "stem"]
+ path = stem
url = https://git.torproject.org/stem.git
diff --git a/chutney b/chutney
index ebb6315..d4ac472 100755
--- a/chutney
+++ b/chutney
@@ -2,5 +2,6 @@
PYTHONPATH="`dirname $0`/lib":${PYTHONPATH}
PYTHONPATH="`dirname $0`/networks":${PYTHONPATH}
+PYTHONPATH="`dirname $0`/stem":${PYTHONPATH}
export PYTHONPATH
${PYTHON:=python} -m chutney.TorNet $*
diff --git a/stemrepo b/stem
-Subproject 207dba02d6adcf794b19e00b330548348c95087
+Subproject 207dba02d6adcf794b19e00b330548348c95087