commit | 7c4113ba3c2e3983ae7af02a97c98e496a914150 | [log] [tgz] |
---|---|---|
author | Fabrice de Gans <fdegans@chromium.org> | Fri Sep 16 15:02:52 2022 -0700 |
committer | Fabrice de Gans <fdegans@chromium.org> | Fri Sep 16 15:04:00 2022 -0700 |
tree | fcf1cf9af6c21a99f22063c0c77197508f61a998 | |
parent | 9215e8e1d0fe474ffd3e16c1a07a0f97089e6224 [diff] |
[code-health] Migrate presubmit to python3 Bug: 1313804 Change-Id: Ie30a7122af23d28ad667871cf61bccf27c005146
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index bcf853c..13fd383 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -3,6 +3,8 @@ # found in the LICENSE file. """Presubmit script for nasm repository.""" +USE_PYTHON3 = True + def _WarnIfGitIgnoreHasSources(input_api, output_api): """Warn if .gitignore has source files in it."""