Import HID in Ledger driver

This commit is contained in:
Andrew Chow 2019-04-15 19:45:39 -04:00
parent 685faa2e5c
commit d065307317

View File

@ -5,6 +5,7 @@ from ..errors import ActionCanceledError, BadArgumentError, DeviceConnectionErro
from .btchip.btchip import * from .btchip.btchip import *
from .btchip.btchipUtils import * from .btchip.btchipUtils import *
import base64 import base64
import hid
import json import json
import struct import struct
from .. import base58 from .. import base58