X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/301bab11f8453a6899153b7be338a352803b22cb..70dfd18f5fc6f88b327ff5193b64ebff353c1458:/mytest.py?ds=sidebyside 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()