mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
ckd_public: restore as a deprecation wrapper
(because older versions of electrum will still require it)
This commit is contained in:
parent
2f02b972d1
commit
d2021fd8a2
5
trezorlib/ckd_public.py
Normal file
5
trezorlib/ckd_public.py
Normal file
@ -0,0 +1,5 @@
|
||||
import warnings
|
||||
|
||||
warnings.warn("ckd_public module is deprecated and will be removed", DeprecationWarning)
|
||||
|
||||
from .tests.support.ckd_public import * # noqa
|
Loading…
Reference in New Issue
Block a user