summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Alanis <alanisbaez@google.com>2021-07-12 19:52:52 +0000
committerRoberto Alanis Baez <alanisbaez@google.com>2021-07-12 19:57:27 +0000
commit4e567a20ff75c19779d847e3bf3c27934311b136 (patch)
tree0c9d03240d6105f9827c1258042cc2f1d7f7e20b
parent595c2f9114025cfea0d7b1a4681e51d521f0b71e (diff)
downloadlibwebm-4e567a20ff75c19779d847e3bf3c27934311b136.tar.gz
[patch-check] Ensure presubmit runs with python3
Change-Id: I0b9e836d04ee75ec8a375ae948497590c2b3ce1f Bug: b:189873435
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3bb42cb..5792b67 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -32,7 +32,7 @@
See https://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
details on the presubmit API built into depot_tools.
"""
-
+USE_PYTHON3 = True
_INCLUDE_SOURCE_FILES_ONLY = [r'.*\.(c|cc|[hc]pp|h)$']
_LIBWEBM_MAX_LINE_LENGTH = 80