From 67749e288dbb41ac63ab257f1be54856ecf279db Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 1 Feb 2011 22:46:41 -0500 Subject: Pylint 0.23.0 'deprecated' disable-msg. --- coverage/backward.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/backward.py') diff --git a/coverage/backward.py b/coverage/backward.py index 23c0a569..1217e9ef 100644 --- a/coverage/backward.py +++ b/coverage/backward.py @@ -1,7 +1,7 @@ """Add things to old Pythons so I can pretend they are newer.""" # This file does lots of tricky stuff, so disable a bunch of lintisms. -# pylint: disable-msg=F0401,W0611,W0622 +# pylint: disable=F0401,W0611,W0622 # F0401: Unable to import blah # W0611: Unused import blah # W0622: Redefining built-in blah -- cgit v1.2.1