*** empty log message ***
[vuplus_dvbapp] / mytest.py
index 86549f7..15f3b7d 100644 (file)
--- 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():