1
0

Improving imports (#4448)

This commit is contained in:
Francisco J. Hernandez Heras
2018-06-19 17:36:01 +01:00
committed by ghost43
parent a4da04110e
commit 469565c188
3 changed files with 5 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from .util import ThreadJob
from .bitcoin import *
from .bitcoin import Hash, hash_decode, hash_encode
class SPV(ThreadJob):