X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a377b6ea97e78df6256d23fc128c17c680574d44..f228cfc8343e089176d885102558825bdb6a3d9c:/mytest.py diff --git a/mytest.py b/mytest.py index 571747c9..c94993b8 100644 --- a/mytest.py +++ b/mytest.py @@ -217,6 +217,9 @@ Components.InputDevice.InitInputDevices() import Components.AVSwitch Components.AVSwitch.InitAVSwitch() +import Components.RecordingConfig +Components.RecordingConfig.InitRecordingConfig() + import Components.Network Components.Network.InitNetwork()