mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 11:39:03 +00:00
d2021fd8a2
(because older versions of electrum will still require it)
6 lines
155 B
Python
6 lines
155 B
Python
import warnings
|
|
|
|
warnings.warn("ckd_public module is deprecated and will be removed", DeprecationWarning)
|
|
|
|
from .tests.support.ckd_public import * # noqa
|