diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:52:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 15:52:45 -0500 |
commit | e8e1b1d37b6ccfd0b46ceab1241c338159de8370 (patch) | |
tree | 2875c7929c44cd53527422e9899517642719afd9 /ez_setup.py | |
parent | 85e1c4f71cbc256ce0337ed775aacd3635e8ce5d (diff) | |
download | external_python_setuptools-e8e1b1d37b6ccfd0b46ceab1241c338159de8370.tar.gz external_python_setuptools-e8e1b1d37b6ccfd0b46ceab1241c338159de8370.tar.bz2 external_python_setuptools-e8e1b1d37b6ccfd0b46ceab1241c338159de8370.zip |
Remove obvious comment.
Diffstat (limited to 'ez_setup.py')
-rw-r--r-- | ez_setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index c38e96e5..2b2eac0f 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -123,7 +123,6 @@ def _do_download(version, download_base, to_dir, download_delay): def use_setuptools(version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, download_delay=15): - # making sure we use the absolute path to_dir = os.path.abspath(to_dir) was_imported = 'pkg_resources' in sys.modules or \ 'setuptools' in sys.modules |