aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 01:36:41 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-08-31 01:36:41 +0000
commitb249e6ff1328bd3f4503d0546e5a519471f6d44e (patch)
tree13536c33ad70e5bf098840b4734723a625e710b9 /mytest.py
parentd4e7d2270a4834dee72eaeaffca983c63289c58c (diff)
downloadenigma2-b249e6ff1328bd3f4503d0546e5a519471f6d44e.tar.gz
enigma2-b249e6ff1328bd3f4503d0546e5a519471f6d44e.zip
added global instance
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 e944e3b3..53054d9a 100644
--- a/mytest.py
+++ b/mytest.py
@@ -172,6 +172,9 @@ skin.loadSkin(getDesktop())
import Components.InputDevice
Components.InputDevice.InitInputDevices()
+import Components.AVSwitch
+Components.AVSwitch.InitAVSwitch()
+
import Components.SetupDevices
Components.SetupDevices.InitSetupDevices()