use single argument only
[enigma2.git] / lib / python / Components / Converter / RemainingToText.py
index 534fef1885183c930cd74b4a0c6e3ffcaffb677e..007095e084e8ef8beefd2f9c6c9381d6af41494b 100644 (file)
@@ -1,8 +1,8 @@
 from Components.Converter.Converter import Converter
 
 class RemainingToText(Converter, object):
-       def __init__(self, type, *args, **kwargs):
-               Converter.__init__(self)
+       def __init__(self, type):
+               Converter.__init__(self, type)
 
        def getText(self):