clamp jumps at SOF
[enigma2.git] / mytest.py
index 4ac9ed631e3905fd81507d835a14b8a86217d7c4..680f198d35f58808297c0899a60db30812388234 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -37,9 +37,9 @@ except ImportError:
 
 # initialize autorun plugins and plugin menu entries
 from Components.PluginComponent import plugins
-plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
 
 from Screens.Wizard import wizardManager
+from Screens.ImageWizard import *
 from Screens.StartWizard import *
 from Screens.TutorialWizard import *
 from Tools.BoundFunction import boundFunction
@@ -304,6 +304,8 @@ class VolumeControl:
 
 def runScreenTest():
        session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = Navigation())
+
+       plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
        
        screensToRun = [ ]