X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=mytest.py;h=7a8d7b70b537f65be5ea85bac5cf51b9775ffdba;hb=e6bd529b1681151c63a4b3daa9fa2466c6a1fe8e;hp=d34924beec260b4abfc5a7ce7e5351417a3f7802;hpb=aa994115e6beac1182eaf5d485d4f6a8d46101c0;p=vuplus_dvbapp diff --git a/mytest.py b/mytest.py index d34924b..7a8d7b7 100755 --- a/mytest.py +++ b/mytest.py @@ -60,7 +60,7 @@ config.misc.epgcache_filename = ConfigText(default = "/hdd/epg.dat") def setEPGCachePath(configElement): eEPGCache.getInstance().setCacheFile(configElement.value) -config.misc.epgcache_filename.addNotifier(setEPGCachePath) + #demo code for use of standby enter leave callbacks #def leaveStandby(): @@ -478,6 +478,8 @@ def runScreenTest(): else: session.open(screen, *args) + config.misc.epgcache_filename.addNotifier(setEPGCachePath) + runNextScreen(session, screensToRun) profile("Init:VolumeControl")