summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdi Roiban <adi@roiban.ro>2012-06-29 16:24:50 +0300
committerAdi Roiban <adi@roiban.ro>2012-06-29 16:24:50 +0300
commitcb4bea4dfee798cb69c8602403c5b1c796e5594d (patch)
treef29a2d867b2e16d5b6be4f749b9d012decf4f759
parent567da5472daa16b6d03643df7034be6b274d2253 (diff)
downloadnose-cb4bea4dfee798cb69c8602403c5b1c796e5594d.tar.gz
Add missing line.
-rw-r--r--nose/twistedtools.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nose/twistedtools.py b/nose/twistedtools.py
index 2f2c14a..8d9c6ff 100644
--- a/nose/twistedtools.py
+++ b/nose/twistedtools.py
@@ -75,6 +75,7 @@ def stop_reactor():
'''Helper for calling stop from withing the thread.'''
reactor.stop()
+ reactor.callFromThread(stop_reactor)
reactor_thread.join()
for p in reactor.getDelayedCalls():
if p.active():