commit | d6186f993681ad1862236fb895dd4efb2f132bce | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@chromium.org> | Mon Aug 12 17:56:58 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 12 17:56:58 2019 +0000 |
tree | 447e79ad7ac8a8a10dab892329aa79bb9de37889 | |
parent | 192e8a67cfe4d1b7b0cb8e70b12b5a45f7a9221d [diff] [blame] |
depot_tools: Run Python scripts using vpython (Part 1) Tbr: iannucci@chromium.org Bug: 984182 Change-Id: If36722e190d305f89d63dce91d0a600ddc34ebe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1748589 Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/git_retry.py b/git_retry.py index bc3ce08..ec25f81 100755 --- a/git_retry.py +++ b/git_retry.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython # Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.