Use relative imports.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from plugins.trezor.client import trezor_client_class
|
||||
from plugins.trezor.plugin import TrezorCompatiblePlugin, TrezorCompatibleWallet
|
||||
from ..trezor.client import trezor_client_class
|
||||
from ..trezor.plugin import TrezorCompatiblePlugin, TrezorCompatibleWallet
|
||||
|
||||
|
||||
class KeepKeyWallet(TrezorCompatibleWallet):
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from plugins.trezor.qt_generic import qt_plugin_class
|
||||
from ..trezor.qt_generic import qt_plugin_class
|
||||
from trezor import TrezorPlugin
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from plugins.trezor.client import trezor_client_class
|
||||
from plugins.trezor.plugin import TrezorCompatiblePlugin, TrezorCompatibleWallet
|
||||
from ..trezor.client import trezor_client_class
|
||||
from ..trezor.plugin import TrezorCompatiblePlugin, TrezorCompatibleWallet
|
||||
|
||||
|
||||
class TrezorWallet(TrezorCompatibleWallet):
|
||||
|
||||
Reference in New Issue
Block a user