X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=tests%2Fenigma.py;h=e82aa4994d3416a4138d84d4f7024fade58df347;hp=bf232628ed07496df54e182a373ea90694485736;hb=441ac3dbbc2c5dfd21b09b00f6d376a115ac32a5;hpb=67b53c1cb06988394c35a6e965c99b72b67fe1be diff --git a/tests/enigma.py b/tests/enigma.py index bf23262..e82aa49 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() @@ -96,6 +96,7 @@ eWindowStyleSkinned = None eButton = None eListboxPythonStringContent = None eListbox = None +eSubtitleWidget = None class eEPGCache: @classmethod