Browse Source
Merge pull request #3288 from JustinTArthur/keepkey-cmdline-fix
Fix undefined reference error in command line KeepKey plugin.
3.0.x
ThomasV
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
plugins/keepkey/cmdline.py
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
from electrum.plugins import hook |
|
|
from electrum.util import print_msg, raw_input |
|
|
from electrum.util import print_msg, raw_input |
|
|
from .keepkey import KeepKeyPlugin |
|
|
from .keepkey import KeepKeyPlugin |
|
|
from ..hw_wallet import CmdLineHandler |
|
|
from ..hw_wallet import CmdLineHandler |
|
|