commit | 59382b7d3f34db0fb78f1fe1a82476e6483b465e | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Apr 17 20:43:07 2020 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Apr 17 20:43:07 2020 +0000 |
tree | a9dfbf5d7f819fa5e015280b396137ffc850ba0a | |
parent | 6d9e4f8076b645c557453f4b566bf9c38b4a51eb [diff] [blame] |
Use python3 for all of Dawn's python scripts Bug: dawn:389 Change-Id: I5034ab2791f0cca0b7690eae5f4d7f4e6efc4bd9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/19863 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
diff --git a/generator/extract_json.py b/generator/extract_json.py index 40312f9..4afefae 100644 --- a/generator/extract_json.py +++ b/generator/extract_json.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Copyright 2018 The Dawn Authors # # Licensed under the Apache License, Version 2.0 (the "License");