commit | 3c814957ee532260024e544bf10230348bbc4909 | [log] [tgz] |
---|---|---|
author | Edward Lemur <ehmaldonado@chromium.org> | Mon Aug 12 19:43:00 2019 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Aug 12 19:43:00 2019 +0000 |
tree | 7de6ac0bb70eb19be41c53c716178bcac7875edf | |
parent | d6186f993681ad1862236fb895dd4efb2f132bce [diff] [blame] |
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>
diff --git a/roll_dep_svn.py b/roll_dep_svn.py index a7c9a28..c569969 100755 --- a/roll_dep_svn.py +++ b/roll_dep_svn.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env vpython # Copyright (c) 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.