From: Felix Domke Date: Wed, 11 Oct 2006 22:33:19 +0000 (+0000) Subject: threads: no. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=dac739ae768ed4bac04b353fa7db2262108b7afb threads: no. --- diff --git a/mytest.py b/mytest.py index 86549f7..15f3b7d 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():