From 5600fe5bedc9a69b784fabc712a6e816f2779dd7 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Tue, 8 Nov 2022 10:47:09 +0100 Subject: [PATCH] Python3 for infra/config presubmit Bug: webrtc:13607 Change-Id: I6a949fceb87309f0496e62fbe661b740f0b40aae Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/282422 Commit-Queue: Christoffer Jansson Reviewed-by: Jeremy Leconte Cr-Commit-Position: refs/heads/main@{#38578} --- infra/config/PRESUBMIT.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/config/PRESUBMIT.py b/infra/config/PRESUBMIT.py index 6aa75c7df5..b1112937e3 100644 --- a/infra/config/PRESUBMIT.py +++ b/infra/config/PRESUBMIT.py @@ -6,6 +6,8 @@ # in the file PATENTS. All contributing project authors may # be found in the AUTHORS file in the root of the source tree. +USE_PYTHON3 = True + def CheckChangeOnUpload(input_api, output_api): return input_api.RunTests(