mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Fixes dependency to pinmatrix
This commit is contained in:
parent
f518be4346
commit
9f47762c12
1 changed files with 3 additions and 2 deletions
|
@ -17,10 +17,11 @@ try:
|
|||
import cmdtr
|
||||
from trezorlib.client import types
|
||||
from trezorlib.client import proto, BaseClient, ProtocolMixin
|
||||
from trezorlib.pinmatrix import PinMatrixWidget
|
||||
from trezorlib.qt.pinmatrix import PinMatrixWidget
|
||||
from trezorlib.transport import ConnectionError
|
||||
TREZOR = True
|
||||
except: TREZOR = False
|
||||
except ImportError:
|
||||
TREZOR = False
|
||||
|
||||
def log(msg):
|
||||
stderr.write("%s\n" % msg)
|
||||
|
|
Loading…
Add table
Reference in a new issue