don't seek if minute seek value is 0
[enigma2.git] / mytest.py
index 242f19e56ccfa1f073a32c3cb0981249c1a2cef2..c94993b8110d6ae7d80493aac49a139927775dcf 100644 (file)
--- 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()
@@ -216,6 +217,9 @@ Components.InputDevice.InitInputDevices()
 import Components.AVSwitch
 Components.AVSwitch.InitAVSwitch()
 
+import Components.RecordingConfig
+Components.RecordingConfig.InitRecordingConfig()
+
 import Components.Network
 Components.Network.InitNetwork()