aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/daemon_info.py
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-22 14:35:23 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-03-22 15:29:44 +0000
commit22b644f47ee2de8a962d00588579076e7a55455a (patch)
tree58f6a880906e24280ff057db54dd34b738ce0300 /tests/functional_tests/daemon_info.py
parentfunctional_tests: add balance tests (diff)
downloadmonero-22b644f47ee2de8a962d00588579076e7a55455a.tar.xz
functional_tests: move RPC API to utils, it is not test specific
Diffstat (limited to 'tests/functional_tests/daemon_info.py')
-rwxr-xr-xtests/functional_tests/daemon_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/daemon_info.py b/tests/functional_tests/daemon_info.py
index 94c3fc3ac..bd3528c3f 100755
--- a/tests/functional_tests/daemon_info.py
+++ b/tests/functional_tests/daemon_info.py
@@ -36,7 +36,7 @@ Test the following RPCs:
"""
-from test_framework.daemon import Daemon
+from framework.daemon import Daemon
class DaemonGetInfoTest():
def run_test(self):