Revert refactor of old-style to new-style classes

As discussed in the mailing list, unfortunately this might break APIs
due to the subtle differences between new and old-style classes (see #2398).

This reverts commit d4afa1554b from PR #2179.
This commit is contained in:
Bruno Oliveira
2017-05-17 18:16:11 -03:00
parent 6f407ef308
commit d86c89e193
16 changed files with 45 additions and 51 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class DummyRewriteHook(object):
pass
class AssertionState(object):
class AssertionState:
"""State for the assertion plugin."""
def __init__(self, config, mode):