From 68400d8b9675d00ea7126b432e208c1e52658c2e Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sat, 7 Jul 2018 00:10:35 +0200 Subject: tests: Use explicit imports --- test/functional/interface_zmq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/interface_zmq.py') diff --git a/test/functional/interface_zmq.py b/test/functional/interface_zmq.py index f1dda0c7d8..72de696259 100755 --- a/test/functional/interface_zmq.py +++ b/test/functional/interface_zmq.py @@ -7,7 +7,7 @@ import struct from test_framework.test_framework import ( BitcoinTestFramework, skip_if_no_bitcoind_zmq, skip_if_no_py3_zmq) -from test_framework.mininode import CTransaction +from test_framework.messages import CTransaction from test_framework.util import (assert_equal, bytes_to_hex_str, hash256, -- cgit v1.2.3