Files
pytest2/py/impl/compat/dep_textwrap.py
holger krekel f4ec2d1ecd improve deprecation, start changelog
--HG--
branch : trunk
2009-11-12 13:10:30 +01:00

6 lines
151 B
Python

import py
py.log._apiwarn("1.1", "py.compat.textwrap deprecated, use standard library version.",
stacklevel="apipkg")
textwrap = py.std.textwrap