Skip to content

partially revert dedc6884 "remove old python2 style super calls"

Nicola Jordan requested to merge fix/#781_python3_super_usage into develop

Created by: das-g

Zero-argument super() cannot be used in functions defined outside the class body. See https://www.python.org/dev/peps/pep-3135/#specification

connected to #781 (closed)

Merge request reports