define movepaths for MovingPixmaps and proof of concept in the start-wizard
[enigma2.git] / lib / python / Screens / __init__.py
index 8a9c2bc07246457ed4deaa3a9818297232f817c0..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", "ServiceInfo"]
+       "EpgSelection", "EventView", "Standby", "ServiceInfo",
+       "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard"]