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

Can't call super() on old-style classes #16

Open
eyeseast opened this issue Dec 2, 2016 · 0 comments
Open

Can't call super() on old-style classes #16

eyeseast opened this issue Dec 2, 2016 · 0 comments

Comments

@eyeseast
Copy link

eyeseast commented Dec 2, 2016

I needed to add some processing for a current project, so I tried overriding Copydoc.parse and calling super(). Got TypeError: must be type, not classobj.

Is there any reason CopyDoc doesn't (or shouldn't) inherit from object?

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