1
0

keepkey: merge plugin.py into keepkey.py

(remnants of separating trezor and keepkey)
This commit is contained in:
SomberNight
2018-05-01 15:35:01 +02:00
parent 66cfc3ea37
commit e36f67aabc
3 changed files with 417 additions and 425 deletions

View File

@@ -5,7 +5,7 @@ from PyQt5.Qt import Qt
from PyQt5.Qt import QGridLayout, QInputDialog, QPushButton
from PyQt5.Qt import QVBoxLayout, QLabel
from electrum_gui.qt.util import *
from .plugin import TIM_NEW, TIM_RECOVER, TIM_MNEMONIC
from .keepkey import TIM_NEW, TIM_RECOVER, TIM_MNEMONIC
from ..hw_wallet.qt import QtHandlerBase, QtPluginBase
from electrum.i18n import _