From a377b6ea97e78df6256d23fc128c17c680574d44 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 17 Dec 2005 17:13:43 +0000 Subject: some work on the wizard: - each wizard has its own precondition now - the steps label and the step slider is hidable for each wizard - add a tutorial wizard --- mytest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'mytest.py') diff --git a/mytest.py b/mytest.py index 242f19e5..571747c9 100644 --- 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() -- cgit v1.2.3