[infra] Switch infra/config presubmit to python3

Change-Id: I47523f61ff4b4c78645176a45515ed592931064d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254222
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2022-08-09 16:40:55 +00:00 committed by Commit Bot
parent 6ec093a903
commit e4e6c8fbf5

View file

@ -2,6 +2,7 @@
# for details. All rights reserved. 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 _CommonChecks(input_api, output_api)