ckd_public: restore as a deprecation wrapper

(because older versions of electrum will still require it)
pull/25/head
matejcik 6 years ago
parent 2f02b972d1
commit d2021fd8a2

@ -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…
Cancel
Save