X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2F__init__.py;h=82e4d833416ad54e67fb85deea9c04b393281a0e;hp=f27bdcbcb6e23cb3a9f06c15f871c8f2e0d80c9f;hb=7e13c14fb5b2d6e36e62fdfcdc49c3e1fef0183f;hpb=d4e7d2270a4834dee72eaeaffca983c63289c58c diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index f27bdcb..82e4d83 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,4 +1,8 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "InfoBar", "MessageBox", "Menu", "MovieSelection", "ScartLoopThrough", "Screen", "ServiceScan", "About", - "TimerEdit", "Network", "Setup", "HarddiskSetup"] + "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", + "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", + "EpgSelection", "EventView", "Standby", "ServiceInfo", + "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard", + "PVRState", "Console", "InputBox", "ChoiceBox" ]