mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-27 14:30:24 +01:00
[tests] Don't subclass from object for Python 3
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user