diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-22 14:35:23 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-22 15:29:44 +0000 |
commit | 22b644f47ee2de8a962d00588579076e7a55455a (patch) | |
tree | 58f6a880906e24280ff057db54dd34b738ce0300 /tests/functional_tests/integrated_address.py | |
parent | functional_tests: add balance tests (diff) | |
download | monero-22b644f47ee2de8a962d00588579076e7a55455a.tar.xz |
functional_tests: move RPC API to utils, it is not test specific
Diffstat (limited to 'tests/functional_tests/integrated_address.py')
-rwxr-xr-x | tests/functional_tests/integrated_address.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/integrated_address.py b/tests/functional_tests/integrated_address.py index d6976a116..338dd14ae 100755 --- a/tests/functional_tests/integrated_address.py +++ b/tests/functional_tests/integrated_address.py @@ -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): |