diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-08-05 17:33:32 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-08-05 17:33:32 +0000 |
| commit | 7ef9c069ca947922cf36b711f81c1450f409bc80 (patch) | |
| tree | 408309854ea40d496330a16e74e835ea99c89e80 /lib/python/Screens/__init__.py | |
| parent | 2b5484730b35688c8adf4cf5c580e5746704d674 (diff) | |
| download | enigma2-7ef9c069ca947922cf36b711f81c1450f409bc80.tar.gz enigma2-7ef9c069ca947922cf36b711f81c1450f409bc80.zip | |
adding subservices quickzap (still buggy.. don't use timeshifting or PiP while in subservices quickzap mode as it will eat your cat)
Diffstat (limited to 'lib/python/Screens/__init__.py')
| -rw-r--r-- | lib/python/Screens/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/__init__.py b/lib/python/Screens/__init__.py index 55830ea6..3cb12226 100644 --- a/lib/python/Screens/__init__.py +++ b/lib/python/Screens/__init__.py @@ -6,4 +6,4 @@ __all__ = ["ChannelSelection", "ClockDisplay", "ConfigMenu", "EpgSelection", "EventView", "Standby", "ServiceInfo", "InfoBarGenerics", "HelpMenu", "Wizard", "PiPSetup", "PVRState", "Console", "InputBox", "ChoiceBox", "SimpleSummary", - "TimerSelection" ] + "TimerSelection", "SubservicesQuickzap" ] |
