- fix initialisation
[vuplus_dvbapp] / mytest.py
index d04990d..53054d9 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -172,6 +172,12 @@ skin.loadSkin(getDesktop())
 import Components.InputDevice
 Components.InputDevice.InitInputDevices()
 
+import Components.AVSwitch
+Components.AVSwitch.InitAVSwitch()
+
+import Components.SetupDevices
+Components.SetupDevices.InitSetupDevices()
+
 # first, setup a screen
 try:
        runScreenTest()