hw_wallet: add missing import

This commit is contained in:
Neil Booth 2016-02-07 11:47:48 +09:00
parent 04a2c03c28
commit a5f06d72cf
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ import time
from electrum.util import ThreadJob
from electrum.plugins import BasePlugin, hook
from electrum.i18n import _
class HW_PluginBase(BasePlugin, ThreadJob):