From: Emil Velikov Date: Wed, 22 Feb 2017 16:52:37 +0000 (+0000) Subject: mesa: remove shebang from python scripts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be4ce4937e4f1b8e832e9d771b254eb01cded0df;p=mesa.git mesa: remove shebang from python scripts Analogous to earlier commit(s). Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- 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 -*- #