Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update calls to super #686

Closed
rahulporuri opened this issue Aug 28, 2020 · 1 comment
Closed

Update calls to super #686

rahulporuri opened this issue Aug 28, 2020 · 1 comment

Comments

@rahulporuri
Copy link
Contributor

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.

@rahulporuri
Copy link
Contributor Author

closing as addressed in #944 , #945 , #946 and #947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant