Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
deprecation
/
deprecatedModule.py
blob: 54d18cc324d0c21485bbe49cd86dd89c6dfe997e [
file
] [
log
] [
blame
]
import
warnings
warnings
.
warn
(
"the deprecated module is deprecated; use a non-deprecated module instead"
,
DeprecationWarning
,
2
)