diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-23 18:00:18 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-11-23 18:00:18 +0000 |
| commit | e7a4be1d20a33dbd97acfa021db2f8b82bf7a844 (patch) | |
| tree | a7820c159e3a78df508536c3e491fd8e0b07cbc6 /mytest.py | |
| parent | b3b1977dd9ef8a27d2b313d0c5934718ef682665 (diff) | |
| download | enigma2-e7a4be1d20a33dbd97acfa021db2f8b82bf7a844.tar.gz enigma2-e7a4be1d20a33dbd97acfa021db2f8b82bf7a844.zip | |
add socket mmi plugin,
fix some mmi bugs
Diffstat (limited to 'mytest.py')
| -rw-r--r-- | mytest.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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): |
