commit | fb12b3f3dcd8f3721965993de9e998cad1fded36 | [log] [tgz] |
---|---|---|
author | Josip Sokcevic <sokcevic@google.com> | Mon Apr 19 18:09:50 2021 +0000 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 19 18:09:50 2021 +0000 |
tree | e5a844c3842aedd65a2e1662fe9ef0ce0f6a736a | |
parent | 75271a07448d304c5fa47a3e3dd70658c6b2a5aa [diff] [blame] |
Switch gsutil.py to py3 R=ehmaldonado@chromium.org Bug: 1199969 Change-Id: If05401f3f6c5c8e302220a52c4c237be0f721da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2836346 Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
diff --git a/gsutil.py b/gsutil.py index 46682c5..d5423ad 100755 --- a/gsutil.py +++ b/gsutil.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # 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.