mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 10:56:09 -04:00
functional_tests: move RPC API to utils, it is not test specific
This commit is contained in:
parent
30c865f0f8
commit
22b644f47e
17 changed files with 25 additions and 19 deletions
|
@ -33,8 +33,8 @@ import time
|
|||
"""Test cold tx signing
|
||||
"""
|
||||
|
||||
from test_framework.daemon import Daemon
|
||||
from test_framework.wallet import Wallet
|
||||
from framework.daemon import Daemon
|
||||
from framework.wallet import Wallet
|
||||
|
||||
class ColdSigningTest():
|
||||
def run_test(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue