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

This commit is contained in:
moneromooo-monero 2019-03-22 14:35:23 +00:00
parent 30c865f0f8
commit 22b644f47e
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
17 changed files with 25 additions and 19 deletions

View file

@ -38,8 +38,8 @@ Test the following RPCs:
- mining_status
"""
from test_framework.daemon import Daemon
from test_framework.wallet import Wallet
from framework.daemon import Daemon
from framework.wallet import Wallet
class MiningTest():
def run_test(self):