Commit 1b605ee3 by Jeff Gilbert Committed by Commit Bot

Use "python2" instead of undifferentiated "python".

BUG=angleproject:2209 Change-Id: I5a7a667d90160fe68a9dcf7bff5fc2dc62795270 Reviewed-on: https://chromium-review.googlesource.com/745861Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 2c5c41f9
#!/usr/bin/python #!/usr/bin/python2
# #
# Copyright 2016 The ANGLE Project Authors. All rights reserved. # Copyright 2016 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
...@@ -86,4 +86,4 @@ for i in range(0, width * height / 2): ...@@ -86,4 +86,4 @@ for i in range(0, width * height / 2):
nv12_file.write("\n ") nv12_file.write("\n ")
nv12_file.write(str(uv_buffer[i]) + ",") nv12_file.write(str(uv_buffer[i]) + ",")
nv12_file.write("\n};") nv12_file.write("\n};")
nv12_file.close() nv12_file.close()
\ No newline at end of file
#!/usr/bin/python #!/usr/bin/python2
# #
# Copyright 2017 The ANGLE Project Authors. All rights reserved. # Copyright 2017 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
......
#!/usr/bin/python #!/usr/bin/python2
# #
# Copyright (c) 2015 The ANGLE Project Authors. All rights reserved. # Copyright (c) 2015 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
......
#!/usr/bin/python #!/usr/bin/python2
# #
# Copyright 2016 The ANGLE Project Authors. All rights reserved. # Copyright 2016 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
......
#!/usr/bin/python #!/usr/bin/python2
# #
# Copyright 2015 The ANGLE Project Authors. All rights reserved. # Copyright 2015 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
......
#!/usr/bin/python #!/usr/bin/python2
# #
# Copyright 2016 The ANGLE Project Authors. All rights reserved. # Copyright 2016 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment