commit | 202c559cac64a2c85a7f5e2a20088766d56b9c41 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@chromium.org> | Mon Oct 21 22:44:52 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 21 22:44:52 2019 +0000 |
tree | e657663c822359b65d83d56f5a8a2c2b461f5878 | |
parent | 75c59424e3f11c3e3741d7d574ade51df369a7af [diff] [blame] |
depot_tools: Include httplib2 using vpython. Bug: 1002153 Change-Id: I940b9d834c2f76caab2bd86fc5d5d5c3b03b4b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1871763 Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/git_cl.py b/git_cl.py index ab05f3e..0415fd4 100755 --- a/git_cl.py +++ b/git_cl.py
@@ -16,6 +16,7 @@ import datetime import glob import httplib +import httplib2 import itertools import json import logging @@ -37,7 +38,6 @@ import zlib from third_party import colorama -from third_party import httplib2 import auth import clang_format import dart_format