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