aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 3ae46f74..890fd3e0 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -374,3 +374,10 @@ class ChannelSelection(Screen):
refstr = ""
config.tv.lastservice.value = refstr
config.tv.lastservice.save()
+
+class SimpleChannelSelection(ChannelSelection):
+ def __init__(self, session, args):
+ ChannelSelection.__init__(self, session)
+ self.args = args
+
+ \ No newline at end of file