aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/zmq_test.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2017-01-18 10:48:43 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-01-18 10:48:52 +0100
commitb0b57a17306a7e963a4fe463f84e2b150a00a859 (patch)
tree809d4c3942e8042045767ef40e37ccc0e7701bc8 /qa/rpc-tests/zmq_test.py
parent6696b4635ceb9b47aaa63244bff9032fa7b08354 (diff)
parent95bab821b3af268d23e9cf5f9da3dd7f1e396949 (diff)
downloadbitcoin-b0b57a17306a7e963a4fe463f84e2b150a00a859.tar.xz
Merge #9508: Remove unused Python imports
95bab82 Remove unused Python imports (practicalswift)
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):