summaryrefslogtreecommitdiff
path: root/setuptools/site-patch.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-20 23:00:04 -0400
committerGitHub <noreply@github.com>2016-07-20 23:00:04 -0400
commitfd3ff004cd3570460a079de785846f54ae1ee36f (patch)
tree373f653d4aec874e2aa3b2a9bc7c77f8526ceb89 /setuptools/site-patch.py
parent966e2fa4118277ed4551aa2215ac6ebac34b37e5 (diff)
parent39bf3155d47c0024240be414a611dcb6d549f53c (diff)
downloadpython-setuptools-git-fd3ff004cd3570460a079de785846f54ae1ee36f.tar.gz
Merge pull request #662 from stepshal/blank_lines
Add missing blank lines after class or function definition.
Diffstat (limited to 'setuptools/site-patch.py')
-rw-r--r--setuptools/site-patch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/site-patch.py b/setuptools/site-patch.py
index a7d13fcd..f09ab522 100644
--- a/setuptools/site-patch.py
+++ b/setuptools/site-patch.py
@@ -68,6 +68,7 @@ def __boot():
sys.path[:] = new_path
+
if __name__ == 'site':
__boot()
del __boot