kwarrick opened this issue 10 years ago · 1 comments
Inadvertent old-style class is preventing using super on X86Parser subclasses:
super
X86Parser
< class X86Parser(): --- > class X86Parser(object):
Thanks!
Thanks! This has been fixed in the develop branch (I will merge it to master branch anytime soon.)
develop
master