summaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2006-09-20 09:39:07 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2006-09-20 09:39:07 +0200
commite0e4118b840f5468306411104afeb57cc7d29e0f (patch)
tree2565df6576a66de6b0b23eaf0349312a394250b0 /utils.py
parentabf803ade4a2fac2967b141a22ea7f53c31ae11a (diff)
downloadpylint-git-e0e4118b840f5468306411104afeb57cc7d29e0f.tar.gz
remove buggy cut and paste, remove some __revision__
Diffstat (limited to 'utils.py')
-rw-r--r--utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils.py b/utils.py
index 2d6c47a36..4a4488e86 100644
--- a/utils.py
+++ b/utils.py
@@ -18,8 +18,6 @@
main pylint class
"""
-__revision__ = "$Id: utils.py,v 1.13 2006-04-19 09:17:40 syt Exp $"
-
import sys
from os import linesep