summaryrefslogtreecommitdiff
path: root/setup.py
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
commit47bb20858eeda6f69076344ba9057656258f1235 (patch)
tree50b8ee29915eed2caa19ccdae2ff732b1a420cee /setup.py
parenta13b78c52ad974991618cce60b3c408ecf163f91 (diff)
downloadpython-setuptools-bitbucket-47bb20858eeda6f69076344ba9057656258f1235.tar.gz
Remove unused import
Diffstat (limited to 'setup.py')
-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__)))