Files
openide/python/testData/deprecation/deprecatedModule.py

4 lines
145 B
Python

import warnings
warnings.warn("the deprecated module is deprecated; use a non-deprecated module instead",
DeprecationWarning, 2)