X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5bc448fa31030717216abbfd16d3f4d20241cab7..c87f1f3b8eb5dec60131976cc092bd5ed6e66acf:/mytest.py?ds=sidebyside diff --git a/mytest.py b/mytest.py index d04990d6..53054d9a 100644 --- 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()