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