configSelection is now saved to config file in a human readable style
[enigma2.git] / mytest.py
index 571747c9b1cf304a7c91f8eceb25a23e1d2caf95..f67c1996a4ee2e2a107e37f229a8e6891c96f798 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -20,6 +20,8 @@ from Screens.Wizard import wizardManager
 from Screens.StartWizard import *
 from Screens.TutorialWizard import *
 from Tools.BoundFunction import boundFunction
+from Tools.Directories import fixOldDirectoryEntries
+fixOldDirectoryEntries()
 
 had = dict()
 
@@ -217,6 +219,9 @@ Components.InputDevice.InitInputDevices()
 import Components.AVSwitch
 Components.AVSwitch.InitAVSwitch()
 
+import Components.RecordingConfig
+Components.RecordingConfig.InitRecordingConfig()
+
 import Components.Network
 Components.Network.InitNetwork()