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