commit d69551f723f5b9ee94a6b5f3af7cf69aec1a78e0 parent f3329988b28ba89ff2e27b03a98a88e45d9bddd7 Author: Neil Booth <kyuupichan@gmail.com> Date: Sun, 27 Dec 2015 13:58:54 +0900 Fix two keepkey imports Diffstat:
M | plugins/keepkey/keepkey.py | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/keepkey/keepkey.py b/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