X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b249e6ff1328bd3f4503d0546e5a519471f6d44e..70dfd18f5fc6f88b327ff5193b64ebff353c1458:/mytest.py diff --git a/mytest.py b/mytest.py index 53054d9a..eaa4e1ca 100644 --- a/mytest.py +++ b/mytest.py @@ -175,9 +175,14 @@ 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()