moving the list generation to a seperate method
[enigma2.git] / lib / python / Screens / __init__.py
index fff5b49fe9e496994c77a53a36cd0ee0a5ca8449..bb1428f141dd5bb2bf4dfd7574252463a3aa3845 100644 (file)
@@ -3,4 +3,5 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu",
        "ScartLoopThrough", "Screen", "ServiceScan", "About",
        "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu",
        "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py",
-       "EpgSelection", "EventView", "Standby"]
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard"]