You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/third_party/httplib2
Dan Field d0de3a7be9 Revert "depot_tools: Remove third_party/httplib2."
This reverts commit 7fd6347be3.

Reason for revert: This broke Flutter CI - we're not using vpython everywhere yet

Original change's description:
> depot_tools: Remove third_party/httplib2.
> 
> depot_tools' scripts have been using vpython httplib2 for a while.
> 
> Change-Id: I9403d92332c74de0ed69d6f59f60c81772d0577a
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978983
> Reviewed-by: Anthony Polito <apolito@google.com>
> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>

TBR=ehmaldonado@chromium.org,apolito@google.com

Change-Id: Ie53a8d07ccfba5a7cc5bcb431d4f7b897f66788a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989012
Reviewed-by: Dan Field <dnfield@google.com>
Commit-Queue: Dan Field <dnfield@google.com>
5 years ago
..
LICENSE Revert "depot_tools: Remove third_party/httplib2." 5 years ago
README.chromium Revert "depot_tools: Remove third_party/httplib2." 5 years ago
__init__.py Revert "depot_tools: Remove third_party/httplib2." 5 years ago
cacerts.txt Revert "depot_tools: Remove third_party/httplib2." 5 years ago
iri2uri.py Revert "depot_tools: Remove third_party/httplib2." 5 years ago
socks.py Revert "depot_tools: Remove third_party/httplib2." 5 years ago

README.chromium

Name: httplib2
Short Name: httplib2
URL: https://github.com/httplib2/httplib2
Version: 0.11.3
Revision: 70fb0c820d2e8211992b402d34444e4b32a1cb6e
License: MIT License

Description:
A comprehensive HTTP client library in Python.

Local Modifications:
Only python2 version is kept. Test and packaging code stripped.

Notes:
Required by oauth2client library.