Browse Source

Fix two keepkey imports

283
Neil Booth 9 years ago
parent
commit
d69551f723
  1. 4
      plugins/keepkey/keepkey.py

4
plugins/keepkey/keepkey.py

@ -1,7 +1,7 @@
from electrum.wallet import BIP32_Hardware_Wallet
from plugins.trezor.gui_mixin import GuiMixin
from plugins.trezor.plugin_generic import TrezorCompatiblePlugin
from plugins.trezor.client import trezor_client_class
from plugins.trezor.plugin import TrezorCompatiblePlugin
try:
from keepkeylib.client import proto, BaseClient, ProtocolMixin

Loading…
Cancel
Save