X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2F__init__.py;h=6e57497ad1655f2908694c4a00e01c3d915a34ca;hb=5927bf86c689774c02601d16bdbc7f0dfc5db5f6;hp=82a4856f3b0a3a17e98d18f8171f67758d9d1542;hpb=3bb123519259a57b81ee84e2632e1ef0e2137399;p=vuplus_dvbapp diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 82a4856..6e57497 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -1,5 +1,9 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "InfoBar", "MessageBox", "Menu", "MovieSelection", - "ScartLoopThrough", "Screen", "ServiceScan", "About", + "Screen", "ServiceScan", "About", "Subtitles", "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", - "Satconfig" ] + "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", + "EpgSelection", "EventView", "Standby", "ServiceInfo", + "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup", + "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", + "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup" ]