Skip to content

Update calls to super #686

@rahulporuri

Description

@rahulporuri

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions