summaryrefslogtreecommitdiff
path: root/test/test_templite.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_templite.py')
-rw-r--r--test/test_templite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_templite.py b/test/test_templite.py
index 93e9183d..0435c545 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)