nprapps / copydoc

Like copytext, but for docs
MIT License
12 stars 6 forks source link

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

Open eyeseast opened 7 years ago

eyeseast commented 7 years ago

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?