summaryrefslogtreecommitdiff
path: root/epylint.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2014-07-25 17:23:37 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2014-07-25 17:23:37 +0200
commit94809f51eb4bc1d46e573be6763271f05558b80a (patch)
treee9b9f51e0ce1b56227b37207178cdd3f5f319f01 /epylint.py
parent331732cc5019f19a323e1176b58c1d8c82c5ced4 (diff)
downloadpylint-94809f51eb4bc1d46e573be6763271f05558b80a.tar.gz
linting pylint
Diffstat (limited to 'epylint.py')
-rwxr-xr-xepylint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/epylint.py b/epylint.py
index 24e9e95..beae481 100755
--- a/epylint.py
+++ b/epylint.py
@@ -46,7 +46,7 @@ You may also use py_run to run pylint with desired options and get back (or not)
its output.
"""
-import sys, os, re
+import sys, os
import os.path as osp
from subprocess import Popen, PIPE