diff options
author | Emil Velikov <[email protected]> | 2017-02-22 16:52:37 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:46 +0000 |
commit | be4ce4937e4f1b8e832e9d771b254eb01cded0df (patch) | |
tree | e7aa1957edc6616e3dbd9da1c28a4117de2fac2d /src/mesa/main/format_info.py | |
parent | d2af6f6ee0b9c69f9be678cef9544c067b28421b (diff) |
mesa: remove shebang from python scripts
Analogous to earlier commit(s).
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mesa/main/format_info.py')
-rw-r--r-- | src/mesa/main/format_info.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/format_info.py b/src/mesa/main/format_info.py index 729edbb3249..780dc0bec7d 100644 --- a/src/mesa/main/format_info.py +++ b/src/mesa/main/format_info.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # Copyright 2014 Intel Corporation # |