mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
fix #2811
This commit is contained in:
parent
b46e86d3c7
commit
fbe27fce04
4 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue