aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/zmq_test.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-01-10 23:30:14 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-01-13 19:03:20 +0100
commit95bab821b3af268d23e9cf5f9da3dd7f1e396949 (patch)
tree1e7d14508b451a1f9b95df81bc6be6966d50ef2e /qa/rpc-tests/zmq_test.py
parent5754e0341b7c033d4caf99534aca47e9981bd7ed (diff)
downloadbitcoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.tar.xz
Remove unused Python imports
Diffstat (limited to 'qa/rpc-tests/zmq_test.py')
-rwxr-xr-xqa/rpc-tests/zmq_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/rpc-tests/zmq_test.py b/qa/rpc-tests/zmq_test.py
index 3a116317fe..e9afb2b09a 100755
--- a/qa/rpc-tests/zmq_test.py
+++ b/qa/rpc-tests/zmq_test.py
@@ -12,9 +12,6 @@ from test_framework.util import *
import zmq
import struct
-import http.client
-import urllib.parse
-
class ZMQTest (BitcoinTestFramework):
def __init__(self):