1
0
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:
matejcik 2018-06-07 17:04:59 +02:00
parent 2f02b972d1
commit d2021fd8a2

5
trezorlib/ckd_public.py Normal file
View 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