Fix undefined reference error in command line KeepKey plugin.

This commit is contained in:
Justin Turner Arthur 2017-11-12 23:11:22 -06:00
parent 168326e184
commit 8cb34f4d88
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