1
0

PEP8-ify most of plugins/trezor

This commit is contained in:
Neil Booth
2015-12-27 15:10:53 +09:00
parent c02daa56b0
commit 7372e0e082
4 changed files with 18 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
from plugins.trezor.qt_generic import QtPlugin
from trezorlib.qt.pinmatrix import PinMatrixWidget
class Plugin(QtPlugin):
pin_matrix_widget_class = PinMatrixWidget
icon_file = ":icons/trezor.png"