summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2013-03-29 07:26:56 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2013-03-29 07:26:56 +0100
commitc2974bc419b617d2cb25caedd4316d76925cc936 (patch)
tree49300a2f24d81843bba762e5e5c574c982d9617b /builder.py
parent91ed159199a7fbb9a156e29f195ab5b2dc6b0159 (diff)
downloadastroid-git-c2974bc419b617d2cb25caedd4316d76925cc936.tar.gz
import cleanups
--HG-- branch : stable
Diffstat (limited to 'builder.py')
-rw-r--r--builder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/builder.py b/builder.py
index 38a7bbaf..1c764341 100644
--- a/builder.py
+++ b/builder.py
@@ -23,8 +23,8 @@ at the same time.
__docformat__ = "restructuredtext en"
-import sys, re
-from os.path import splitext, basename, dirname, exists, abspath
+import sys
+from os.path import splitext, basename, exists, abspath
from logilab.common.modutils import modpath_from_file