1
0

Small refactoring; removed one layer of unnecessary abstraction.

This commit is contained in:
slush
2018-02-06 21:15:18 +01:00
parent 460e88ee53
commit d3b94d9353
3 changed files with 418 additions and 426 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 .trezor import TIM_NEW, TIM_RECOVER, TIM_MNEMONIC
from ..hw_wallet.qt import QtHandlerBase, QtPluginBase
from electrum.i18n import _