X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/01abec53c6856c24666967ee51d25d09fc6b8863..015545dc0fb37a24f6ad4d2820d34a16bd385f94:/mytest.py 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():