fix import error with CallException

fix-issue-callexception
Chakib Benziane 6 years ago
parent 71f357c1bf
commit 93d6e0d3d1

@ -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