summaryrefslogtreecommitdiff
path: root/python/testData/deprecation/deprecatedModule.py
blob: 54d18cc324d0c21485bbe49cd86dd89c6dfe997e (plain)
1
2
3
import warnings
warnings.warn("the deprecated module is deprecated; use a non-deprecated module instead",
                DeprecationWarning, 2)