super has changed between Python 2 and 3. On 2, super(ClassName, self) was expected but on 3, super() works. These changes are similar to that in traits and envisage enthought/traits#1280. Please use the regex mentioned in the traits PR to automated to search and replace - instead of making these changes by hand, manually.
superhas changed between Python 2 and 3. On 2,super(ClassName, self)was expected but on 3,super()works. These changes are similar to that in traits and envisage enthought/traits#1280. Please use the regex mentioned in the traits PR to automated to search and replace - instead of making these changes by hand, manually.