summaryrefslogtreecommitdiff
path: root/test/backtest.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
commit67749e288dbb41ac63ab257f1be54856ecf279db (patch)
tree31caae73b86014106556931fe55b1ac78a557988 /test/backtest.py
parentd85af798072dbec82fabdf2eee56e0b2dcd805c1 (diff)
downloadpython-coveragepy-git-67749e288dbb41ac63ab257f1be54856ecf279db.tar.gz
Pylint 0.23.0 'deprecated' disable-msg.
Diffstat (limited to 'test/backtest.py')
-rw-r--r--test/backtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backtest.py b/test/backtest.py
index e8d8366d..4576a865 100644
--- a/test/backtest.py
+++ b/test/backtest.py
@@ -1,6 +1,6 @@
"""Add things to old Pythons so I can pretend they are newer, for tests."""
-# pylint: disable-msg=W0622
+# pylint: disable=W0622
# (Redefining built-in blah)
# The whole point of this file is to redefine built-ins, so shut up about it.