X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/301bab11f8453a6899153b7be338a352803b22cb..59988ec504f4129c2b1af7df4c3133036f5de92b:/mytest.py 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()