Change all occurance of class SomeClass(object): to class SomeClass: throughout the codebase.
This is the recommended style in Python 3.
More details.
For example, this:
needs to be changed to:
Please comment on this issue before you start working on it so that others can know.