X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d0af96f7a28831d6f8c11fb224d483e6eb92b677..134bb4191d6681051ca92a8d345be6865d30a5a3:/mytest.py diff --git a/mytest.py b/mytest.py index b40552cc..88c035ab 100644 --- a/mytest.py +++ b/mytest.py @@ -61,7 +61,7 @@ try: from twisted.internet import reactor def runReactor(): - reactor.run() + reactor.run(installSignalHandlers=False) except ImportError: print "twisted not available" def runReactor():