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()
had = dict()
if self.currentDialog.isTmp:
self.currentDialog.doClose()
-
- del self.currentDialog.instance
# dump(self.currentDialog)
del self.currentDialog
else:
quitMainloop(5)
print '-'*60
+ if dlg is None:
+ return
+
# read skin data
readSkin(dlg, None, dlg.skinName, self.desktop)
import Components.AVSwitch
Components.AVSwitch.InitAVSwitch()
+import Components.RecordingConfig
+Components.RecordingConfig.InitRecordingConfig()
+
import Components.Network
Components.Network.InitNetwork()