git-cl: Fix "git cl tree" issues with Python 3.
* First, we were treating the return value of HTTPResponse.read() as a string when it is really a byte string. * Second, the urlparse library was renamed to urllib.parse in Python 3, so I made the appropriate substitution. Change-Id: I0b23716e990eca8ddf77742f378ab54eda3d3717 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2307509 Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org>changes/09/2307509/3
parent
39d317835b
commit
8b4eeffd46
Loading…
Reference in New Issue