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