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