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