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