tests: Use explicit imports

This commit is contained in:
practicalswift 2018-07-07 00:10:35 +02:00
parent 2115cba9c6
commit 68400d8b96
50 changed files with 144 additions and 95 deletions
test/functional/test_framework

View file

@ -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