aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-19 18:19:48 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-19 18:19:48 +0000
commit0d8132d3512dbf77d817aa8fb6684384155b642e (patch)
tree638671e91da1631c59c8b26e8813d506c5c77bdc /mytest.py
parente794d772380ab8b74a2459a07d2f61b49e3a1cf0 (diff)
downloadenigma2-0d8132d3512dbf77d817aa8fb6684384155b642e.tar.gz
enigma2-0d8132d3512dbf77d817aa8fb6684384155b642e.zip
add ability to choose "Multiple service support (auto/no/yes)" in Ci Setup
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 db720a62..aa63567a 100644
--- a/mytest.py
+++ b/mytest.py
@@ -484,6 +484,9 @@ Components.RFmod.InitRFmod()
import Components.NimManager
+import Screens.Ci
+Screens.Ci.InitCiConfig()
+
# first, setup a screen
try:
runScreenTest()