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