Merge pull request #3288 from JustinTArthur/keepkey-cmdline-fix

Fix undefined reference error in command line KeepKey plugin.
This commit is contained in:
ThomasV 2017-11-13 09:21:40 +01:00 committed by GitHub
commit c90b666fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from electrum.plugins import hook
from electrum.util import print_msg, raw_input
from .keepkey import KeepKeyPlugin
from ..hw_wallet import CmdLineHandler