X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2F__init__.py;h=9ce0dc6da3e40507b4b181e04643c6d83b71c612;hp=dfb78a63d44cb00e96339a15ce9747568e41da18;hb=e03c732afb410b4d6b9f9540c36c33c941ee38f1;hpb=199b7c4744c11a57e1bcc4234277a90dd412ce1c diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index dfb78a6..9ce0dc6 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", "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", - "Satconfig", "Scanconfig", "Ci.py", "Volume.py" ] + "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", + "EpgSelection", "EventView", "Standby", "ServiceInfo", + "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup", + "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", + "TimerSelection", "SubservicesQuickzap", "ParentalControlSetup" ]