From b009cd002baa14ac24020be3832ccb2bb8e5c404 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 16 May 2008 23:05:50 +0000 Subject: move registering of DefaultWizard from StartWizard.py into DefaultWizard.py --- mytest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mytest.py') diff --git a/mytest.py b/mytest.py index e8e0c74c..5b3258d1 100644 --- 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 -- cgit v1.2.3