the new hdd movie directory is /hdd/movie (for 7020 compatibility reasons)
[enigma2.git] / mytest.py
index 242f19e56ccfa1f073a32c3cb0981249c1a2cef2..f67c1996a4ee2e2a107e37f229a8e6891c96f798 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 Screens.TutorialWizard import *
 from Tools.BoundFunction import boundFunction
+from Tools.Directories import fixOldDirectoryEntries
+fixOldDirectoryEntries()
 
 had = dict()
 
@@ -216,6 +219,9 @@ Components.InputDevice.InitInputDevices()
 import Components.AVSwitch
 Components.AVSwitch.InitAVSwitch()
 
+import Components.RecordingConfig
+Components.RecordingConfig.InitRecordingConfig()
+
 import Components.Network
 Components.Network.InitNetwork()