aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Converter/ServiceInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/Converter/ServiceInfo.py')
-rw-r--r--lib/python/Components/Converter/ServiceInfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/Converter/ServiceInfo.py b/lib/python/Components/Converter/ServiceInfo.py
index 4b266fed..f9b65c19 100644
--- a/lib/python/Components/Converter/ServiceInfo.py
+++ b/lib/python/Components/Converter/ServiceInfo.py
@@ -8,8 +8,8 @@ class ServiceInfo(Converter, object):
IS_WIDESCREEN = 3
SUBSERVICES_AVAILABLE = 4
- def __init__(self, type, *args, **kwargs):
- Converter.__init__(self)
+ def __init__(self, type):
+ Converter.__init__(self, type)
self.type = {
"HasTelext": self.HAS_TELETEXT,
"IsMultichannel": self.IS_MULTICHANNEL,