aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-25 10:14:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-10-25 10:14:40 -0400
commit9da60d4ae2727a61eb11bd7c6393567e0793d128 (patch)
treee84dbd3dc5a392702accec4f5ad986deece4e4ee /setuptools/command
parentcb0d6a91d8df8b4c70b95432ad33364181e49c33 (diff)
downloadexternal_python_setuptools-9da60d4ae2727a61eb11bd7c6393567e0793d128.tar.gz
external_python_setuptools-9da60d4ae2727a61eb11bd7c6393567e0793d128.tar.bz2
external_python_setuptools-9da60d4ae2727a61eb11bd7c6393567e0793d128.zip
Shorten link for nicer indentation
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 8fba7b41..71991efa 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1817,7 +1817,7 @@ def _update_zipimporter_cache(normalized_path, cache, updater=None):
# get/del patterns instead. For more detailed information see the
# following links:
# https://github.com/pypa/setuptools/issues/202#issuecomment-202913420
- # https://bitbucket.org/pypy/pypy/src/dd07756a34a41f674c0cacfbc8ae1d4cc9ea2ae4/pypy/module/zipimport/interp_zipimport.py#cl-99
+ # http://bit.ly/2h9itJX
old_entry = cache[p]
del cache[p]
new_entry = updater and updater(p, old_entry)