aboutsummaryrefslogtreecommitdiffstats
path: root/ez_setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-24 15:52:45 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-24 15:52:45 -0500
commite8e1b1d37b6ccfd0b46ceab1241c338159de8370 (patch)
tree2875c7929c44cd53527422e9899517642719afd9 /ez_setup.py
parent85e1c4f71cbc256ce0337ed775aacd3635e8ce5d (diff)
downloadexternal_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.py1
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