diff options
| author | practicalswift <[email protected]> | 2018-07-07 00:10:35 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-08-13 14:13:39 +0200 |
| commit | 68400d8b9675d00ea7126b432e208c1e52658c2e (patch) | |
| tree | 12ad631a45a068b40d63cbf6fd933a57f94dc971 /test/functional/interface_http.py | |
| parent | Merge #13666: Always create signatures with Low R values (diff) | |
| download | discoin-68400d8b9675d00ea7126b432e208c1e52658c2e.tar.xz discoin-68400d8b9675d00ea7126b432e208c1e52658c2e.zip | |
tests: Use explicit imports
Diffstat (limited to 'test/functional/interface_http.py')
| -rwxr-xr-x | test/functional/interface_http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/interface_http.py b/test/functional/interface_http.py index de45d72d6..e4b86f9e1 100755 --- a/test/functional/interface_http.py +++ b/test/functional/interface_http.py @@ -5,7 +5,7 @@ """Test the RPC HTTP basics.""" from test_framework.test_framework import BitcoinTestFramework -from test_framework.util import * +from test_framework.util import assert_equal, str_to_b64str import http.client import urllib.parse |