commit | 7149d2362165cedd74d69f4c78822cb65147b836 | [log] [tgz] |
---|---|---|
author | Edward Lesmes <ehmaldonado@chromium.org> | Mon Aug 12 21:04:04 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 12 21:04:04 2019 +0000 |
tree | 447e79ad7ac8a8a10dab892329aa79bb9de37889 | |
parent | b22aabe437517e44c1ac2876bf89c005d5e0d91e [diff] [blame] |
Revert "depot_tools: Run Python scripts using vpython (Part 2)" This reverts commit 3c814957ee532260024e544bf10230348bbc4909. Reason for revert: <INSERT REASONING HERE> Original change's description: > depot_tools: Run Python scripts using vpython (Part 2) > > Tbr: iannucci@chromium.org > Bug: 984182 > Change-Id: I2e8469f8ee0acd6a54109697d5a6b76faf24fa42 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1748590 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=iannucci@chromium.org,ehmaldonado@chromium.org Change-Id: Ic683543a04b45f733b48d6c43453fc8dff511d09 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 984182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1749852 Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/gclient.py b/gclient.py index 35df62f..f940f68 100755 --- a/gclient.py +++ b/gclient.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env vpython +#!/usr/bin/env python # Copyright (c) 2012 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.