aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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