Commit cc0aa572 authored by Jannis Leidel's avatar Jannis Leidel

Fixed typo in code for DONT_PATCH_SETUPTOOLS environment marker

--HG--
branch : distribute
extra : rebase_source : 86ce375ee0f39fed222626a77fa897eefc5f4e01
parent aaa33ec7
......@@ -76,7 +76,7 @@ def _buildout_marker():
def _being_installed():
if os.environ.get('DONT_PATCH_SETUPTOOLS') is not None:
return True
return False
if _buildout_marker():
# Installed by buildout, don't mess with a global setuptools.
return False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment