X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/301bab11f8453a6899153b7be338a352803b22cb..35604d1b74e329aed018b90c222f4717a0726236:/mytest.py diff --git a/mytest.py b/mytest.py index e944e3b3..829c8fd3 100644 --- a/mytest.py +++ b/mytest.py @@ -172,9 +172,18 @@ skin.loadSkin(getDesktop()) import Components.InputDevice Components.InputDevice.InitInputDevices() +import Components.AVSwitch +Components.AVSwitch.InitAVSwitch() + +import Components.Network +Components.Network.InitNetwork() + import Components.SetupDevices Components.SetupDevices.InitSetupDevices() +import Components.NimManager +#Components.NimManager.InitNimManager() + # first, setup a screen try: runScreenTest()