aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-13 15:12:29 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-13 15:12:29 -0400
commitcf134c837ad5f63d6a2497a0e14c76bff3c4b18f (patch)
tree61c26cc568ec94d1e6252d9bb3999542e2ba0185
parentaff12162f1b2278a6c41c0abb9896f8b4ec5c5b2 (diff)
downloadexternal_python_setuptools-cf134c837ad5f63d6a2497a0e14c76bff3c4b18f.tar.gz
external_python_setuptools-cf134c837ad5f63d6a2497a0e14c76bff3c4b18f.tar.bz2
external_python_setuptools-cf134c837ad5f63d6a2497a0e14c76bff3c4b18f.zip
Remove unused import
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
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__)))