update ok and cancel in the timer editor
[vuplus_dvbapp] / mytest.py
index 571747c..cb1bc90 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 InitFallbackFiles
+InitFallbackFiles()
 
 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()