1
0

Use relative imports.

This commit is contained in:
Neil Booth
2016-01-02 23:34:10 +09:00
parent 3f2ba5ec20
commit e4269f2684
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
from plugins.trezor.qt_generic import qt_plugin_class
from ..trezor.qt_generic import qt_plugin_class
from keepkey import KeepKeyPlugin