X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2F__init__.py;h=d5323bb8b0e35f9df8cc3029a89016f897ebeb03;hp=4dc5fafee2109dcccf7931f178e0ac532f68e6ac;hb=714488394a5c552b175f69682ac2001f8f1b6345;hpb=814111dab07d3e661567de7c6bd360e84b1a59ba diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 4dc5faf..d5323bb 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", "Setup", "HarddiskSetup", "Satconfig"] + "TimerEdit", "Setup", "HarddiskSetup", "FixedMenu", + "Satconfig", "Scanconfig", "Ci.py", "Volume.py", "Mute.py", + "EpgSelection", "EventView", "Standby", "ServiceInfo", + "AudioSelection", "SubserviceSelection", "InfoBarGenerics", "HelpMenu", "Wizard", + "PVRState", "Console", "InputBox" ]