Merge pull request #2888 from mrpippy/python3

Explicitly use Python 3 for scripts
This commit is contained in:
Greg Fischer 2022-02-10 14:16:44 -07:00 committed by GitHub
commit 90d4bd05cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.
#

4
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.
#
@ -95,4 +95,4 @@ def main():
generate_main(glsl_files, output_file)
if __name__ == '__main__':
main()
main()

View File

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