Update as for trezor/qt.py

This commit is contained in:
Neil Booth 2015-12-28 23:35:34 +09:00
parent e0aab69e67
commit 1f3ddad0cd
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ from plugins.trezor.qt_generic import QtPlugin
from keepkeylib.qt.pinmatrix import PinMatrixWidget
class Plugin(QtPlugin):
handler_class = KeepKeyQtHandler
pin_matrix_widget_class = PinMatrixWidget
icon_file = ":icons/keepkey.png"