Merge pull request #2888 from mrpippy/python3
Explicitly use Python 3 for scripts
This commit is contained in:
commit
90d4bd05cd
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright (c) 2020 Google Inc.
|
# Copyright (c) 2020 Google Inc.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
2
gen_extension_headers.py
Normal file → Executable file
2
gen_extension_headers.py
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright (c) 2020 Google Inc.
|
# Copyright (c) 2020 Google Inc.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright 2017 The Glslang Authors. All rights reserved.
|
# Copyright 2017 The Glslang Authors. All rights reserved.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue