]> Git Repo - VerusCoin.git/blobdiff - qa/rpc-tests/getblocktemplate.py
Clean up imports to be pyflakes-checkable. fixes #2450
[VerusCoin.git] / qa / rpc-tests / getblocktemplate.py
index c9777c0c7aff62dd4accbe5f5c8da3a0680e5ecf..82082afa93d9ef4fa714de7fe67208930ecf3858 100755 (executable)
@@ -4,7 +4,8 @@
 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import *
+from test_framework.util import initialize_chain_clean, start_nodes, \
+    connect_nodes_bi
 
 
 class GetBlockTemplateTest(BitcoinTestFramework):
This page took 0.023011 seconds and 4 git commands to generate.