Commit 9c30a0f0 authored by Nicolas Delaby's avatar Nicolas Delaby

Required to call super from inherited classes

parent c8e834cd
......@@ -502,7 +502,7 @@ def lazyMethod(func):
decorated.__name__ = func.__name__
return decorated
class ListBoxRenderer:
class ListBoxRenderer(object):
"""This class deals with rendering of a ListBox field.
In ListBox, rendering is not only viewing but also setting parameters in a selection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment