Commit 71127d47 authored by tarek's avatar tarek

returning if setuptools is not found

--HG--
branch : distribute
extra : rebase_source : e39726368ef61d71c6bf4b023ba050083584a941
parent ac54adff
......@@ -240,7 +240,8 @@ def _remove_flat_installation(placeholder):
break
if not found:
log.warn('Could not locate setuptools*.egg-info')
else:
return
log.warn('Removing elements out of the way...')
pkg_info = os.path.join(placeholder, file)
if os.path.isdir(pkg_info):
......
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