Files
openide/python/testData/deprecation/deprecatedModule.py
2011-06-24 10:26:01 +02:00

4 lines
145 B
Python

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