From dac739ae768ed4bac04b353fa7db2262108b7afb Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 11 Oct 2006 22:33:19 +0000 Subject: [PATCH] threads: no. --- mytest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mytest.py b/mytest.py index 86549f77..15f3b7db 100644 --- a/mytest.py +++ b/mytest.py @@ -37,6 +37,9 @@ try: import e2reactor e2reactor.install() + import twisted.python.runtime + twisted.python.runtime.platform.supportsThreads = lambda: False + from twisted.internet import reactor def runReactor(): -- 2.30.2