summaryrefslogtreecommitdiff
path: root/coverage/backward.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-02-01 22:46:41 -0500
committerNed Batchelder <ned@nedbatchelder.com>2011-02-01 22:46:41 -0500
commited554fe8552d3810252d485dd7ae4d4302822681 (patch)
treea3fb7b881af24c0896af1fd460478ff43cf0c6f7 /coverage/backward.py
parent6829e486d30a0d4174777a6f5649c68e47ba073e (diff)
downloadpython-coveragepy-ed554fe8552d3810252d485dd7ae4d4302822681.tar.gz
Pylint 0.23.0 'deprecated' disable-msg.
Diffstat (limited to 'coverage/backward.py')
-rw-r--r--coverage/backward.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/backward.py b/coverage/backward.py
index 23c0a56..1217e9e 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