gallium/tools: use correct shebang for python scripts
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 18:21:45 +0000 (18:21 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:47 +0000 (14:12 +0000)
These are python2 scripts and the generic "python" may point to
python3.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/gallium/tools/trace/diff_state.py
src/gallium/tools/trace/dump.py
src/gallium/tools/trace/dump_state.py
src/gallium/tools/trace/format.py
src/gallium/tools/trace/model.py
src/gallium/tools/trace/parse.py

index 00853bacbf76619e3082513e273ef81f69558c7f..877dc388a8ec79afe0bb4f2e960d813ba3b7a52c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 #
 # Copyright 2011 Jose Fonseca
index 4a8ce863cf0d7cbbceedb338fd8a68c0388c660d..10211c87c567b29e3936e7b1a641d6605c82a769 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008 VMware, Inc.
index e726f7b2ad3fce10a5d65aa7a16c746a63d0526c..4531843279e3f142d842a8d881ae507d06c7e97c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008-2013, VMware, Inc.
index e50f61299fcc119ab0c2af5eefdfb9785159177d..de6f40215974921fc152d349c05a839c59d8fbdc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 #
 # Copyright 2008 VMware, Inc.
index fb56701bf4cb46d3c73da5f596bc5e08345eb246..6a421847113f7c09029fc70eae3d8e9b8734202b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008 VMware, Inc.
index 25482c8899a40f29a46affa61e61700e1490fd73..004b585f95affa4f8ce8e8c1323ddfe4f2e3ed48 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008 VMware, Inc.