diff options
Diffstat (limited to 'lib/python/Components/Converter/RemainingToText.py')
| -rw-r--r-- | lib/python/Components/Converter/RemainingToText.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Components/Converter/RemainingToText.py b/lib/python/Components/Converter/RemainingToText.py index 534fef18..007095e0 100644 --- a/lib/python/Components/Converter/RemainingToText.py +++ b/lib/python/Components/Converter/RemainingToText.py @@ -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): |
