Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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
)