mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
Merge pull request #3055 from SomberNight/trezor_cmd_raw_input
fix raw_input() in trezor cmdline
This commit is contained in:
commit
49895df42f
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
from electrum.util import print_msg
|
from electrum.util import print_msg, raw_input
|
||||||
from .keepkey import KeepKeyPlugin
|
from .keepkey import KeepKeyPlugin
|
||||||
|
|
||||||
class KeepKeyCmdLineHandler:
|
class KeepKeyCmdLineHandler:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from electrum.util import print_msg
|
from electrum.util import print_msg, raw_input
|
||||||
from .trezor import TrezorPlugin
|
from .trezor import TrezorPlugin
|
||||||
|
|
||||||
class TrezorCmdLineHandler:
|
class TrezorCmdLineHandler:
|
||||||
|
|
Loading…
Add table
Reference in a new issue