summaryrefslogtreecommitdiff
path: root/test/unittest_reporting.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest_reporting.py')
-rw-r--r--test/unittest_reporting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittest_reporting.py b/test/unittest_reporting.py
index 07b0a24..88fb288 100644
--- a/test/unittest_reporting.py
+++ b/test/unittest_reporting.py
@@ -19,7 +19,7 @@ import unittest
from pylint.lint import PyLinter
from pylint import checkers
-from pylint.reporters.text import TextReporter
+from pylint.reporters.text import TextReporter, ParseableTextReporter
HERE = abspath(dirname(__file__))
INPUTDIR = join(HERE, 'input')