diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-11 03:31:42 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-11 03:31:42 +0000 |
| commit | 939e78997bc25b22b3270ae3e298b0cc49becdbf (patch) | |
| tree | 830a0c24b2513d0d158c14b459c6fc4c84ee6445 /lib/python/Screens/Makefile.am | |
| parent | 700f532b8d7fb96ec6af2ac54526f66a834623c3 (diff) | |
| download | enigma2-939e78997bc25b22b3270ae3e298b0cc49becdbf.tar.gz enigma2-939e78997bc25b22b3270ae3e298b0cc49becdbf.zip | |
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
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index 749ef893..0f873d9d 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -7,4 +7,4 @@ install_PYTHON = \ Satconfig.py ScanSetup.py NetworkSetup.py Ci.py TimerEntry.py Volume.py \ EpgSelection.py EventView.py Mute.py Standby.py ServiceInfo.py \ AudioSelection.py InfoBarGenerics.py HelpMenu.py Wizard.py __init__.py \ - Dish.py SubserviceSelection.py LanguageSelection.py + Dish.py SubserviceSelection.py LanguageSelection.py StartWizard.py |
