summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2014-10-16 14:26:20 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2014-10-16 14:26:20 +0300
commit95667d09c010663b221366026cc8777adb14e0e3 (patch)
tree620cbe75d50cfa63b0c29a58d6d8f19e2fa7a4ab
parent11ed19d3cfd4574dba17554e8ec27999a1578d05 (diff)
downloadpylint-95667d09c010663b221366026cc8777adb14e0e3.tar.gz
Forgot to add an import.
-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')