diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-03-06 18:22:49 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-03-06 18:22:49 +0200 |
commit | 1cd7a64ba8921b3650f91e76eeaaf8528b69ff70 (patch) | |
tree | 02cbb235af9dedf76e0e60772dbaac70c690fbc3 /pylint/testutils.py | |
parent | 67a7a7cb2ec9c2682f63864fab15bb45d0a167d1 (diff) | |
parent | a79bec387412da77ab024b35ef1d8579e92d4fff (diff) | |
download | pylint-1cd7a64ba8921b3650f91e76eeaaf8528b69ff70.tar.gz |
Merged in mibalint/pylint (pull request #234)
#422 [pylint sprint] Create pylintrc and disable checking for all issues
Diffstat (limited to 'pylint/testutils.py')
-rw-r--r-- | pylint/testutils.py | 2 |
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 |