rename a baseclass wizard for further wizards
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 11 Dec 2005 03:31:42 +0000 (03:31 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 11 Dec 2005 03:31:42 +0000 (03:31 +0000)
commit939e78997bc25b22b3270ae3e298b0cc49becdbf
tree830a0c24b2513d0d158c14b459c6fc4c84ee6445
parent700f532b8d7fb96ec6af2ac54526f66a834623c3
rename a baseclass wizard for further wizards
derive a StartWizard-class from this wizard-baseclass

each wizard now has a listbox, a configlist, a text-label and a xml file describing the wizard
lib/python/Screens/Makefile.am
lib/python/Screens/StartWizard.py [new file with mode: 0644]
lib/python/Screens/Wizard.py
mytest.py