X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b249e6ff1328bd3f4503d0546e5a519471f6d44e..63525b7a0dd31539ed81cd98d239397006a17892:/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()