From 99000ea77805c031cc4500b825470d4b9f6d28ce Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Wed, 23 Feb 2022 19:26:42 +0000 Subject: [PATCH] Run upload_to_google_storage.py with Python 3 Change-Id: I7271280deb09c9675567f3dd255e809da19619b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3484977 Auto-Submit: David Benjamin Reviewed-by: Robbie Iannucci Commit-Queue: Robbie Iannucci --- upload_to_google_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload_to_google_storage.py b/upload_to_google_storage.py index 5529db0aa..0d8b28843 100755 --- a/upload_to_google_storage.py +++ b/upload_to_google_storage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # 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.