[tests] Don't subclass from object for Python 3
This commit is contained in:
parent
8f9e3627ef
commit
f893085325
12 changed files with 60 additions and 60 deletions
test/functional/test_framework
|
@ -14,7 +14,7 @@ import os
|
|||
REFERENCE_FILENAME = 'rpc_interface.txt'
|
||||
|
||||
|
||||
class AuthServiceProxyWrapper(object):
|
||||
class AuthServiceProxyWrapper():
|
||||
"""
|
||||
An object that wraps AuthServiceProxy to record specific RPC calls.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue