aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-10-11 22:33:19 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-10-11 22:33:19 +0000
commitdac739ae768ed4bac04b353fa7db2262108b7afb (patch)
treeecc30340e664437c1e565515235cbfbe690fb330 /mytest.py
parent5f1f993d0e82bb8f5471bf050e97077f67c3d853 (diff)
downloadenigma2-dac739ae768ed4bac04b353fa7db2262108b7afb.tar.gz
enigma2-dac739ae768ed4bac04b353fa7db2262108b7afb.zip
threads: no.
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py3
1 files changed, 3 insertions, 0 deletions
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():