fix #2811
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from digitalbitbox import DigitalBitboxPlugin
|
|
||||||
from electrum.util import print_msg
|
from electrum.util import print_msg
|
||||||
|
from .digitalbitbox import DigitalBitboxPlugin
|
||||||
|
|
||||||
class DigitalBitboxCmdLineHandler:
|
class DigitalBitboxCmdLineHandler:
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
from keepkey import KeepKeyPlugin
|
|
||||||
from electrum.util import print_msg
|
from electrum.util import print_msg
|
||||||
|
from .keepkey import KeepKeyPlugin
|
||||||
|
|
||||||
class KeepKeyCmdLineHandler:
|
class KeepKeyCmdLineHandler:
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
from ledger import LedgerPlugin
|
|
||||||
from electrum.util import print_msg
|
from electrum.util import print_msg
|
||||||
|
from .ledger import LedgerPlugin
|
||||||
|
|
||||||
class BTChipCmdLineHandler:
|
class BTChipCmdLineHandler:
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
from trezor import TrezorPlugin
|
|
||||||
from electrum.util import print_msg
|
from electrum.util import print_msg
|
||||||
|
from .trezor import TrezorPlugin
|
||||||
|
|
||||||
class TrezorCmdLineHandler:
|
class TrezorCmdLineHandler:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user