diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 15:12:29 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 15:12:29 -0400 |
commit | cf134c837ad5f63d6a2497a0e14c76bff3c4b18f (patch) | |
tree | 61c26cc568ec94d1e6252d9bb3999542e2ba0185 /setup.py | |
parent | aff12162f1b2278a6c41c0abb9896f8b4ec5c5b2 (diff) | |
download | external_python_setuptools-cf134c837ad5f63d6a2497a0e14c76bff3c4b18f.tar.gz external_python_setuptools-cf134c837ad5f63d6a2497a0e14c76bff3c4b18f.tar.bz2 external_python_setuptools-cf134c837ad5f63d6a2497a0e14c76bff3c4b18f.zip |
Remove unused import
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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__))) |