X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b249e6ff1328bd3f4503d0546e5a519471f6d44e..97e9b2008c12ab9158d4fbc256ff3127d4be9235:/mytest.py diff --git a/mytest.py b/mytest.py index 53054d9a..a3f28d7b 100644 --- a/mytest.py +++ b/mytest.py @@ -175,6 +175,9 @@ Components.InputDevice.InitInputDevices() import Components.AVSwitch Components.AVSwitch.InitAVSwitch() +import Components.Network +Components.Network.InitNetwork() + import Components.SetupDevices Components.SetupDevices.InitSetupDevices()