add support for 480i and 576i... but keep in mind that not all TVs can
[enigma2.git] / mytest.py
index baa481c28da639b2a71aec56f5a84fc962d97e7c..5b3258d12f36cfed9d504f48f032c98f69d271d1 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -74,6 +74,7 @@ profile("LOAD:Wizard")
 from Screens.Wizard import wizardManager
 from Screens.ImageWizard import *
 from Screens.StartWizard import *
+from Screens.DefaultWizard import *
 from Screens.TutorialWizard import *
 from Tools.BoundFunction import boundFunction
 from Plugins.Plugin import PluginDescriptor
@@ -606,6 +607,11 @@ profile("Init:CI")
 import Screens.Ci
 Screens.Ci.InitCiConfig()
 
+#from enigma import dump_malloc_stats
+#t = eTimer()
+#t.callback.append(dump_malloc_stats)
+#t.start(1000)
+
 # first, setup a screen
 try:
        runScreenTest()