diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-10-11 22:33:19 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-10-11 22:33:19 +0000 |
| commit | dac739ae768ed4bac04b353fa7db2262108b7afb (patch) | |
| tree | ecc30340e664437c1e565515235cbfbe690fb330 /mytest.py | |
| parent | 5f1f993d0e82bb8f5471bf050e97077f67c3d853 (diff) | |
| download | enigma2-dac739ae768ed4bac04b353fa7db2262108b7afb.tar.gz enigma2-dac739ae768ed4bac04b353fa7db2262108b7afb.zip | |
threads: no.
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(): |
