summaryrefslogtreecommitdiff
path: root/bootstrap.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-13 11:40:24 -0700
committerGitHub <noreply@github.com>2016-07-13 11:40:24 -0700
commit45de6ea8b9392771a6a14e012605614a7c148506 (patch)
tree3e4da3d54bbaf13ce12f706b727b6dc05927a931 /bootstrap.py
parentae285153bcd229236bbb8ecbf94ab803213ec82e (diff)
parent6d11e88f938f09ef16db4c6064b6e74acba4db1d (diff)
downloadpython-setuptools-git-45de6ea8b9392771a6a14e012605614a7c148506.tar.gz
Merge pull request #632 from stepshal/blank_lines
Fix quantity of blank lines after code object.
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 70f96258..bf7fb431 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -27,6 +27,7 @@ minimal_egg_info = textwrap.dedent("""
requires.txt = setuptools.command.egg_info:write_requirements
""")
+
def ensure_egg_info():
if os.path.exists('setuptools.egg-info'):
return