functional_tests: move RPC API to utils, it is not test specific

This commit is contained in:
moneromooo-monero
2019-03-22 15:29:44 +00:00
parent 30c865f0f8
commit 22b644f47e
17 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Test the following RPCs:
"""
from test_framework.wallet import Wallet
from framework.wallet import Wallet
class IntegratedAddressTest():
def run_test(self):