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 | 47bb20858eeda6f69076344ba9057656258f1235 (patch) | |
| tree | 50b8ee29915eed2caa19ccdae2ff732b1a420cee /setup.py | |
| parent | a13b78c52ad974991618cce60b3c408ecf163f91 (diff) | |
| download | python-setuptools-bitbucket-47bb20858eeda6f69076344ba9057656258f1235.tar.gz | |
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__))) |
