[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

@@ -45,4 +45,4 @@ class TestWarningPlugin:
assert warning.msg == "xxx (since version 3.0)"
def test_default():
assert py._com.comregistry.isregistered(py.log.APIWARN.im_self)
assert py._com.comregistry.isregistered(py.log._apiwarn.im_self)