aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/__init__.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-08-05 17:33:32 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-08-05 17:33:32 +0000
commit7ef9c069ca947922cf36b711f81c1450f409bc80 (patch)
tree408309854ea40d496330a16e74e835ea99c89e80 /lib/python/Screens/__init__.py
parent2b5484730b35688c8adf4cf5c580e5746704d674 (diff)
downloadenigma2-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__.py2
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" ]