X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a377b6ea97e78df6256d23fc128c17c680574d44..b0178c6187f4eb4e82d0c354db0a9a1a94f7b8fe:/mytest.py diff --git a/mytest.py b/mytest.py index 571747c9..c55476fd 100644 --- a/mytest.py +++ b/mytest.py @@ -20,6 +20,9 @@ from Screens.Wizard import wizardManager from Screens.StartWizard import * from Screens.TutorialWizard import * from Tools.BoundFunction import boundFunction +from Tools.Directories import InitFallbackFiles +InitFallbackFiles() +eDVBDB.getInstance().reloadBouquets() had = dict() @@ -217,6 +220,9 @@ Components.InputDevice.InitInputDevices() import Components.AVSwitch Components.AVSwitch.InitAVSwitch() +import Components.RecordingConfig +Components.RecordingConfig.InitRecordingConfig() + import Components.Network Components.Network.InitNetwork()