aboutsummaryrefslogtreecommitdiff
path: root/networks/hs_instance_stop.py
diff options
context:
space:
mode:
Diffstat (limited to 'networks/hs_instance_stop.py')
-rw-r--r--networks/hs_instance_stop.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/networks/hs_instance_stop.py b/networks/hs_instance_stop.py
index a8d7dd9..f3ca787 100644
--- a/networks/hs_instance_stop.py
+++ b/networks/hs_instance_stop.py
@@ -1,8 +1,6 @@
from chutney.Testing import *
from chutney.TorNet import *
-from twisted.internet import reactor
-
from stem.control import EventType
import time
@@ -35,8 +33,6 @@ def hs_instance_stop(network):
logging.info("All initial nodes running")
- thread.start_new_thread(reactor.run, (), {"installSignalHandlers": 0})
-
logging.info("There are %d nodes to start" % len(hs_nodes))
for i, hs_node in enumerate(hs_nodes):
@@ -82,5 +78,3 @@ def hs_instance_stop(network):
connection_test(client_groups[c_group], i + 1)
check_same_intro_points()
-
- reactor.stop()