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)
commitc79c54ae3471e4c9c356e734c38b8ba72dfcf4a7
tree607d6cc6f25463313a60c82f184435c07ba37dc4
parente7b01d9fc820cf9dc1b94a406869e8bcc1c8b72a
gallium/tools: use correct shebang for python scripts

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