summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
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