X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e1ea45e881637c29c87677ef0cb15fcc600cf502..9ef4b143f371d6b1b38a3abebcf38b336e03a583:/mytest.py diff --git a/mytest.py b/mytest.py index 242f19e5..b5bf0a4d 100644 --- a/mytest.py +++ b/mytest.py @@ -18,7 +18,15 @@ from skin import readSkin, applyAllAttributes from Components.config import configfile 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() + +# initialize autorun plugins and plugin menu entries +from Components.PluginComponent import plugins +plugins.getPluginList() had = dict() @@ -216,6 +224,12 @@ Components.InputDevice.InitInputDevices() import Components.AVSwitch Components.AVSwitch.InitAVSwitch() +import Components.RecordingConfig +Components.RecordingConfig.InitRecordingConfig() + +import Components.UsageConfig +Components.UsageConfig.InitUsageConfig() + import Components.Network Components.Network.InitNetwork()