tests: Use explicit imports
This commit is contained in:
parent
2115cba9c6
commit
68400d8b96
50 changed files with 144 additions and 95 deletions
test/functional/test_framework
|
@ -7,7 +7,8 @@
|
|||
This file is modified from python-bitcoinlib.
|
||||
"""
|
||||
|
||||
from .mininode import CTransaction, CTxOut, sha256, hash256, uint256_from_str, ser_uint256, ser_string
|
||||
from .messages import CTransaction, CTxOut, sha256, hash256, uint256_from_str, ser_uint256, ser_string
|
||||
|
||||
from binascii import hexlify
|
||||
import hashlib
|
||||
import struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue