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 | |
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]>
-rw-r--r-- | src/mesa/main/format_info.py | 1 | ||||
-rw-r--r-- | src/mesa/main/format_pack.py | 1 | ||||
-rw-r--r-- | src/mesa/main/format_parser.py | 1 | ||||
-rw-r--r-- | src/mesa/main/format_unpack.py | 1 | ||||
-rw-r--r-- | src/mesa/main/get_hash_generator.py | 1 |
5 files changed, 0 insertions, 5 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 # diff --git a/src/mesa/main/format_pack.py b/src/mesa/main/format_pack.py index 6f2b37368d4..71c467f7e90 100644 --- a/src/mesa/main/format_pack.py +++ b/src/mesa/main/format_pack.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python from mako.template import Template from sys import argv diff --git a/src/mesa/main/format_parser.py b/src/mesa/main/format_parser.py index 6cd2fbca0e8..4c36c3cee28 100644 --- a/src/mesa/main/format_parser.py +++ b/src/mesa/main/format_parser.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # Copyright 2009 VMware, Inc. # Copyright 2014 Intel Corporation diff --git a/src/mesa/main/format_unpack.py b/src/mesa/main/format_unpack.py index b7fc4c3fc8d..c8b1b24d169 100644 --- a/src/mesa/main/format_unpack.py +++ b/src/mesa/main/format_unpack.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python from mako.template import Template from sys import argv diff --git a/src/mesa/main/get_hash_generator.py b/src/mesa/main/get_hash_generator.py index d7460c8e4e4..ddd498fee47 100644 --- a/src/mesa/main/get_hash_generator.py +++ b/src/mesa/main/get_hash_generator.py @@ -1,4 +1,3 @@ -#!/usr/bin/python2 # coding=utf-8 # -*- Mode: Python; py-indent-offset: 4 -*- # |