Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: third_party/protobuf/python/ez_setup.py

Issue 1322483002: Revert https://codereview.chromium.org/1291903002 (protobuf roll). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/python/README.txt ('k') | third_party/protobuf/python/google/protobuf/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/python/ez_setup.py
diff --git a/third_party/protobuf/python/ez_setup.py b/third_party/protobuf/python/ez_setup.py
index 3aec98e48083f174bf60aafb36b9a49c48a14699..a2cf777dbaf4f12a15075c0fd2c484ad09a641c7 100755
--- a/third_party/protobuf/python/ez_setup.py
+++ b/third_party/protobuf/python/ez_setup.py
@@ -107,7 +107,6 @@ def use_setuptools(
except ImportError:
return do_download()
try:
- return do_download()
pkg_resources.require("setuptools>="+version); return
except pkg_resources.VersionConflict, e:
if was_imported:
« no previous file with comments | « third_party/protobuf/python/README.txt ('k') | third_party/protobuf/python/google/protobuf/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698