aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-21 09:37:34 +0700
committerstepshal <nessento@openmailbox.org>2016-07-21 09:37:34 +0700
commit39bf3155d47c0024240be414a611dcb6d549f53c (patch)
tree373f653d4aec874e2aa3b2a9bc7c77f8526ceb89 /setuptools/command/easy_install.py
parent966e2fa4118277ed4551aa2215ac6ebac34b37e5 (diff)
downloadexternal_python_setuptools-39bf3155d47c0024240be414a611dcb6d549f53c.tar.gz
external_python_setuptools-39bf3155d47c0024240be414a611dcb6d549f53c.tar.bz2
external_python_setuptools-39bf3155d47c0024240be414a611dcb6d549f53c.zip
Add missing blank lines after class or function definition.
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 73bdb0cb..5ce529b2 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1831,6 +1831,7 @@ def _remove_and_clear_zip_directory_cache_data(normalized_path):
normalized_path, zipimport._zip_directory_cache,
updater=clear_and_remove_cached_zip_archive_directory_data)
+
# PyPy Python implementation does not allow directly writing to the
# zipimport._zip_directory_cache and so prevents us from attempting to correct
# its content. The best we can do there is clear the problematic cache content
@@ -1990,6 +1991,7 @@ class CommandSpec(list):
cmdline = subprocess.list2cmdline(items)
return '#!' + cmdline + '\n'
+
# For pbr compat; will be removed in a future version.
sys_executable = CommandSpec._sys_executable()