Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4fe3c273233ced82cb7443f0ec4caea5a8836df1
/
.
/
Mac
/
Lib
/
lib-compat
/
Sndihooks.py
blob: 8a98520f6037fd258d7a50053684b0bd022cee14 [
file
] [
log
] [
blame
]
import
warnings
warnings
.
warn
(
"The %s module is deprecated; use Carbon.%s"
%(
__name__
,
__name__
),
DeprecationWarning
,
stacklevel
=
2
)
from
Carbon
.
Sndihooks
import
*