[tests] Don't subclass from object for Python 3

This commit is contained in:
John Newbery
2017-10-16 21:46:23 -04:00
parent 8f9e3627ef
commit f893085325
12 changed files with 60 additions and 60 deletions

View File

@@ -459,7 +459,7 @@ def check_script_list(src_dir):
# On travis this warning is an error to prevent merging incomplete commits into master
sys.exit(1)
class RPCCoverage(object):
class RPCCoverage():
"""
Coverage reporting utilities for test_runner.