aboutsummaryrefslogtreecommitdiff
path: root/python/ez_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ez_setup.py')
-rwxr-xr-xpython/ez_setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/ez_setup.py b/python/ez_setup.py
index 71177b00..3aec98e4 100755
--- a/python/ez_setup.py
+++ b/python/ez_setup.py
@@ -103,7 +103,6 @@ def use_setuptools(
sys.path.insert(0, egg)
import setuptools; setuptools.bootstrap_install_from = egg
try:
- return do_download()
import pkg_resources
except ImportError:
return do_download()