From 73968bd946d7a640a0be6ec177e7752bbe7c54be Mon Sep 17 00:00:00 2001 From: Fabrice de Gans Date: Fri, 16 Sep 2022 15:57:55 -0700 Subject: [code-health] Migrate presubmit to python3 This also fixes a presubmit warning by formatting a gni file. No-Try: True Bug: 942720 Change-Id: I50bfc993282c5546753ba2be466ba06a5ff9cc6a Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3902395 Reviewed-by: Mirko Bonadei Reviewed-by: Frank Barchard --- infra/config/PRESUBMIT.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra') diff --git a/infra/config/PRESUBMIT.py b/infra/config/PRESUBMIT.py index 01ec0eed..f79e08ad 100644 --- a/infra/config/PRESUBMIT.py +++ b/infra/config/PRESUBMIT.py @@ -2,6 +2,8 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. +USE_PYTHON3 = True + def CheckChangeOnUpload(input_api, output_api): return input_api.canned_checks.CheckChangedLUCIConfigs(input_api, output_api) -- cgit v1.2.3