summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2015-03-02 09:11:28 -0500
committerPavel Roskin <proski@gnu.org>2015-03-02 09:11:28 -0500
commita79bec387412da77ab024b35ef1d8579e92d4fff (patch)
tree3ac001e56281bb173c00d29e44a5050e6350faa7
parent22089a1493535c55e0255ff6b324cb757166e2dd (diff)
downloadpylint-a79bec387412da77ab024b35ef1d8579e92d4fff.tar.gz
Fix the number of underscores in __implements__
-rw-r--r--pylint/testutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/testutils.py b/pylint/testutils.py
index 2f9af4d..2ea440d 100644
--- a/pylint/testutils.py
+++ b/pylint/testutils.py
@@ -93,7 +93,7 @@ def get_tests_info(input_dir, msg_dir, prefix, suffix):
class TestReporter(BaseReporter):
"""reporter storing plain text messages"""
- __implements____ = IReporter
+ __implements__ = IReporter
def __init__(self): # pylint: disable=super-init-not-called