diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-06-01 20:27:41 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-06-01 20:27:41 +0200 |
commit | 51766d026bb0337d7bff17f1e3c0c403b21eaefd (patch) | |
tree | 4ff11a8d0caac85ba17efb01598fb8546a7752ff /tests/functional_tests/daemon_info.py | |
parent | Merge pull request #5577 (diff) | |
parent | functional_tests: fix python3 compatibility (diff) | |
download | monero-51766d026bb0337d7bff17f1e3c0c403b21eaefd.tar.xz |
Merge pull request #5583
77594c4f functional_tests: fix python3 compatibility (moneromooo-monero)
Diffstat (limited to 'tests/functional_tests/daemon_info.py')
-rwxr-xr-x | tests/functional_tests/daemon_info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional_tests/daemon_info.py b/tests/functional_tests/daemon_info.py index bd3528c3f..4fa768b03 100755 --- a/tests/functional_tests/daemon_info.py +++ b/tests/functional_tests/daemon_info.py @@ -36,6 +36,7 @@ Test the following RPCs: """ +from __future__ import print_function from framework.daemon import Daemon class DaemonGetInfoTest(): |