reset the colorformat after av input switch to workaround a bug in the avs driver
[enigma2.git] / mytest.py
index 242f19e56ccfa1f073a32c3cb0981249c1a2cef2..cb1bc9076137a0f3c1cf21d8e86899bde905f81b 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -18,7 +18,10 @@ from skin import readSkin, applyAllAttributes
 from Components.config import configfile
 from Screens.Wizard import wizardManager
 from Screens.StartWizard import *
 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.BoundFunction import boundFunction
+from Tools.Directories import InitFallbackFiles
+InitFallbackFiles()
 
 had = dict()
 
 
 had = dict()
 
@@ -216,6 +219,9 @@ Components.InputDevice.InitInputDevices()
 import Components.AVSwitch
 Components.AVSwitch.InitAVSwitch()
 
 import Components.AVSwitch
 Components.AVSwitch.InitAVSwitch()
 
+import Components.RecordingConfig
+Components.RecordingConfig.InitRecordingConfig()
+
 import Components.Network
 Components.Network.InitNetwork()
 
 import Components.Network
 Components.Network.InitNetwork()