Compare commits

...

1 Commits

Author SHA1 Message Date
Chakib Benziane 93d6e0d3d1 fix import error with CallException 6 years ago

@ -4,7 +4,8 @@
import os
import logging
from trezorlib.client import CallException, PinException
from trezorlib.client import PinException
from trezorlib.tools import CallException
from trezorlib.client import TrezorClient as Client
from trezorlib.messages import IdentityType, PassphraseAck, PinMatrixAck, PassphraseStateAck

Loading…
Cancel
Save