From cf134c837ad5f63d6a2497a0e14c76bff3c4b18f Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 13 Jul 2013 15:12:29 -0400 Subject: Remove unused import --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c748f07c..8a320ee3 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,6 @@ import sys import os import textwrap -import re # Allow to run setup.py from another directory. os.chdir(os.path.dirname(os.path.abspath(__file__))) -- cgit v1.2.3