1
0

Fixed TREZOR plugin to work with python-trezor>=0.7.0 (to be released).

This commit is contained in:
slush0
2016-06-27 17:16:55 +02:00
parent 5bcadd6651
commit fdb810ba62
2 changed files with 7 additions and 4 deletions

View File

@@ -15,8 +15,7 @@ class TrezorPlugin(TrezorCompatiblePlugin):
from .client import TrezorClient as client_class
import trezorlib.ckd_public as ckd_public
from trezorlib.client import types
from trezorlib.transport_hid import HidTransport, DEVICE_IDS
from trezorlib.transport_bridge import BridgeTransport
from trezorlib.transport_hid import DEVICE_IDS
libraries_available = True
except ImportError:
libraries_available = False