URI: 
       tUpdate keepkey too - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e2628977b37bb447032d521d5b113c832c416134
   DIR parent 11e1c62f2824a26b4cab7451a873733f42adac62
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sun, 27 Dec 2015 18:25:04 +0900
       
       Update keepkey too
       
       Diffstat:
         M plugins/keepkey/keepkey.py          |       7 ++-----
       
       1 file changed, 2 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/plugins/keepkey/keepkey.py b/plugins/keepkey/keepkey.py
       t@@ -1,7 +1,5 @@
       -from electrum.wallet import BIP32_Hardware_Wallet
       -
        from plugins.trezor.client import trezor_client_class
       -from plugins.trezor.plugin import TrezorCompatiblePlugin
       +from plugins.trezor.plugin import TrezorCompatiblePlugin, TrezorCompatibleWallet
        
        try:
            from keepkeylib.client import proto, BaseClient, ProtocolMixin
       t@@ -10,9 +8,8 @@ except ImportError:
            KEEPKEY = False
        
        
       -class KeepKeyWallet(BIP32_Hardware_Wallet):
       +class KeepKeyWallet(TrezorCompatibleWallet):
            wallet_type = 'keepkey'
       -    root_derivation = "m/44'/0'"
            device = 'KeepKey'