aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/ChannelSelection.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-01-27 18:58:16 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-01-27 18:58:16 +0100
commit225bfe06cafe9cf403adf631731f5ae6574565e2 (patch)
tree046096c3d4e8e501c2a2b45339326e01bd250dec /lib/python/Screens/ChannelSelection.py
parentfdc322a811049c371bd7dbdb75192534cebd36c8 (diff)
parent09f66522e9f51ac8fc7921bd77ba36a9d9d3d4b3 (diff)
downloadenigma2-225bfe06cafe9cf403adf631731f5ae6574565e2.tar.gz
enigma2-225bfe06cafe9cf403adf631731f5ae6574565e2.zip
Merge branch 'master' of /home/tmbinc/enigma2-git
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index b203b24e..ebfbe812 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -76,7 +76,7 @@ def append_when_current_valid(current, menu, args, level = 0):
class ChannelContextMenu(Screen):
def __init__(self, session, csel):
Screen.__init__(self, session)
- #raise "we need a better summary screen here"
+ #raise Exception("we need a better summary screen here")
self.csel = csel
self.bsel = None