1
0

cleanup six (no python2 support)

This commit is contained in:
ThomasV
2017-09-04 14:43:31 +02:00
parent f8c592f743
commit 216e9403be
21 changed files with 33 additions and 100 deletions

View File

@@ -41,7 +41,6 @@ import struct
# Workalike python implementation of Bitcoin's CDataStream class.
#
import struct
from six import StringIO
import random
from .keystore import xpubkey_to_address, xpubkey_to_pubkey