X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e5c5859121a0b99607b618dc31e2e0588510785b..e7a4be1d20a33dbd97acfa021db2f8b82bf7a844:/mytest.py diff --git a/mytest.py b/mytest.py index 38e18d69..99aecb14 100644 --- a/mytest.py +++ b/mytest.py @@ -476,12 +476,15 @@ class AutoScartControl: self.scartDialog.switchToTV() from enigma import eDVBCIInterfaces +from Screens.Ci import CiHandler def runScreenTest(): plugins.readPluginList(resolveFilename(SCOPE_PLUGINS)) session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = Navigation()) + CiHandler.setSession(session) + screensToRun = [ ] for p in plugins.getPlugins(PluginDescriptor.WHERE_WIZARD):