Explicitly use Python 3 for scripts

This commit is contained in:
Brendan Shanks 2022-02-10 09:24:03 -08:00
parent b7ba87bcfe
commit 25555a7f62
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2020 Google Inc.
#

2
gen_extension_headers.py Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2020 Google Inc.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2017 The Glslang Authors. All rights reserved.
#