From fb12b3f3dcd8f3721965993de9e998cad1fded36 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Mon, 19 Apr 2021 18:09:50 +0000 Subject: [PATCH] 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 Commit-Queue: Josip Sokcevic --- gsutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsutil.py b/gsutil.py index 46682c572..d5423ad7e 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.