programa-stic/barf-project

Old style X86Parser class.

kwarrick opened this issue · 1 comments

Inadvertent old-style class is preventing using super on X86Parser subclasses:

< class X86Parser():

---
> class X86Parser(object):

Thanks!

Thanks! This has been fixed in the develop branch (I will merge it to master branch anytime soon.)