aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-23 18:00:18 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-11-23 18:00:18 +0000
commite7a4be1d20a33dbd97acfa021db2f8b82bf7a844 (patch)
treea7820c159e3a78df508536c3e491fd8e0b07cbc6 /mytest.py
parentb3b1977dd9ef8a27d2b313d0c5934718ef682665 (diff)
downloadenigma2-e7a4be1d20a33dbd97acfa021db2f8b82bf7a844.tar.gz
enigma2-e7a4be1d20a33dbd97acfa021db2f8b82bf7a844.zip
add socket mmi plugin,
fix some mmi bugs
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):