ledger: fix missing import

This commit is contained in:
ThomasV 2017-10-29 16:40:08 +01:00
parent 9a0082248b
commit f03cb75713
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from electrum.util import print_msg
from electrum.plugins import hook
from .ledger import LedgerPlugin
from ..hw_wallet import CmdLineHandler