aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py3
1 files changed, 3 insertions, 0 deletions
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):