X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/301bab11f8453a6899153b7be338a352803b22cb..b8b753d3cc5f0fe5244a35a0b7e50be1b62e8d98:/mytest.py diff --git a/mytest.py b/mytest.py index e944e3b3..eaa4e1ca 100644 --- a/mytest.py +++ b/mytest.py @@ -172,9 +172,17 @@ 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 + # first, setup a screen try: runScreenTest()