You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: