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/mempool_resurrect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional/mempool_resurrect.py') diff --git a/test/functional/mempool_resurrect.py b/test/functional/mempool_resurrect.py index 7ae0d95b90..5884a4f454 100755 --- a/test/functional/mempool_resurrect.py +++ b/test/functional/mempool_resurrect.py @@ -4,9 +4,9 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. """Test resurrection of mined transactions when the blockchain is re-organized.""" -from test_framework.test_framework import BitcoinTestFramework from test_framework.blocktools import create_raw_transaction -from test_framework.util import * +from test_framework.test_framework import BitcoinTestFramework +from test_framework.util import assert_equal class MempoolCoinbaseTest(BitcoinTestFramework): -- cgit v1.2.3