summaryrefslogtreecommitdiff
path: root/reporters
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-03-29 18:42:21 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-03-29 18:42:21 +0100
commit22c9f547afeb3f443454ecc2885831d3708d33a7 (patch)
tree84316eb81c206cd3c6cf7a9d99ffb5bedb76255c /reporters
parent270db1b055cc233f905a362fb88284c3c600ef3a (diff)
downloadpylint-22c9f547afeb3f443454ecc2885831d3708d33a7.tar.gz
a few pylint fixes and copyright cleanups
Diffstat (limited to 'reporters')
-rw-r--r--reporters/text.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/reporters/text.py b/reporters/text.py
index 1dde0de..d5b4a9b 100644
--- a/reporters/text.py
+++ b/reporters/text.py
@@ -1,5 +1,4 @@
-# Copyright (c) 2003-2007 Sylvain Thenault (thenault@gmail.com).
-# Copyright (c) 2003-2012 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE).
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
@@ -23,7 +22,6 @@
"""
import os
-import sys
from logilab.common.ureports import TextWriter
from logilab.common.textutils import colorize_ansi