X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=tests%2Fenigma.py;h=2bf2a59f9717d0f6972104b5cf0caa199351b3e1;hp=11c5b233a5a9e9d50ff3001e94050351d1d7cf65;hb=bbbf50f9d0c7d3fbd66b07460a7af835ec111f5b;hpb=2395020c4aa511e2dc1e0dbd0dcb03073b809591 diff --git a/tests/enigma.py b/tests/enigma.py index 11c5b23..2bf2a59 100644 --- a/tests/enigma.py +++ b/tests/enigma.py @@ -75,7 +75,7 @@ def stop(): def run(duration = 1000): stoptimer = eTimer() stoptimer.start(duration * 1000.0) - stoptimer.timeout.get().append(stop) + stoptimer.callback.append(stop) while not stopped: runIteration() @@ -359,7 +359,5 @@ def init_all(): import Components.RFmod Components.RFmod.InitRFmod() - import Components.NimManager - import Screens.Ci Screens.Ci.InitCiConfig()