Commit 1571d34a authored by tarek's avatar tarek

forcing a distribute reinstallation over an existing setuptools one

--HG--
branch : distribute
extra : rebase_source : a44844ab6dc54f82f172fcf55d01f78eab25beaf
parent 126f4fdf
......@@ -63,6 +63,8 @@ def use_setuptools(
import setuptools; setuptools.bootstrap_install_from = egg
try:
import pkg_resources
if not hasattr(pkg_resources, '_distribute'):
raise ImportError
except ImportError:
return do_download()
try:
......
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