X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/939e78997bc25b22b3270ae3e298b0cc49becdbf..b2d6392a3b41f870b5615c8e19b26496e56f6310:/mytest.py diff --git a/mytest.py b/mytest.py index 42bcd3ee..c94993b8 100644 --- a/mytest.py +++ b/mytest.py @@ -18,6 +18,7 @@ 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 had = dict() @@ -75,8 +76,6 @@ class Session: if self.currentDialog.isTmp: self.currentDialog.doClose() - - del self.currentDialog.instance # dump(self.currentDialog) del self.currentDialog else: @@ -121,6 +120,9 @@ class Session: quitMainloop(5) print '-'*60 + if dlg is None: + return + # read skin data readSkin(dlg, None, dlg.skinName, self.desktop) @@ -215,6 +217,9 @@ Components.InputDevice.InitInputDevices() import Components.AVSwitch Components.AVSwitch.InitAVSwitch() +import Components.RecordingConfig +Components.RecordingConfig.InitRecordingConfig() + import Components.Network Components.Network.InitNetwork()