diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-02-01 22:46:41 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-02-01 22:46:41 -0500 |
commit | ed554fe8552d3810252d485dd7ae4d4302822681 (patch) | |
tree | a3fb7b881af24c0896af1fd460478ff43cf0c6f7 /test/test_templite.py | |
parent | 6829e486d30a0d4174777a6f5649c68e47ba073e (diff) | |
download | python-coveragepy-ed554fe8552d3810252d485dd7ae4d4302822681.tar.gz |
Pylint 0.23.0 'deprecated' disable-msg.
Diffstat (limited to 'test/test_templite.py')
-rw-r--r-- | test/test_templite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_templite.py b/test/test_templite.py index 93e9183..0435c54 100644 --- a/test/test_templite.py +++ b/test/test_templite.py @@ -3,7 +3,7 @@ from coverage.templite import Templite import unittest -# pylint: disable-msg=W0612,E1101 +# pylint: disable=W0612,E1101 # Disable W0612 (Unused variable) and # E1101 (Instance of 'foo' has no 'bar' member) |