diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-06 23:11:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-06 23:11:45 -0500 |
commit | 275336b8fb9171ba8bf7a7114a2d6ae41993848b (patch) | |
tree | 96f9df4aca8d905fe5ce9bb38bae784c4c46d8d9 /setuptools/command/easy_install.py | |
parent | ab794ef306bcbe88c1fde6439ed02f889487c239 (diff) | |
download | external_python_setuptools-275336b8fb9171ba8bf7a7114a2d6ae41993848b.tar.gz external_python_setuptools-275336b8fb9171ba8bf7a7114a2d6ae41993848b.tar.bz2 external_python_setuptools-275336b8fb9171ba8bf7a7114a2d6ae41993848b.zip |
Remove comment that references a setup command, but even at the time it was committed, it's not duplicate code from anything in setuptools, and I'm unaware of what a setup command is.
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-x | setuptools/command/easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 81573fea..c9e61d13 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -238,7 +238,6 @@ class easy_install(Command): self.config_vars['usersite'] = self.install_usersite # fix the install_dir if "--user" was used - # XXX: duplicate of the code in the setup command if self.user and site.ENABLE_USER_SITE: self.create_home_path() if self.install_userbase is None: |