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