[svn r63914] py.log._apiwarn is fine enough because it's something

of an py lib internal api deprecation mechanism atm.

--HG--
branch : trunk
This commit is contained in:
hpk
2009-04-09 22:34:28 +02:00
parent 2ffb68c177
commit 58cc8c29d3
7 changed files with 11 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ class checker:
kwargs-specified specification.
"""
def __init__(self, **kwargs):
py.log.APIWARN("0.9.0",
py.log._apiwarn("0.9.0",
"py.path.checker is deprecated, construct "
"calls to pathobj.check() instead",
)