mesa: remove shebang from python scripts

Analogous to earlier commit(s).

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Emil Velikov
2017-02-22 16:52:37 +00:00
committed by Emil Velikov
parent d2af6f6ee0
commit be4ce4937e
5 changed files with 0 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright 2014 Intel Corporation
#

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
from mako.template import Template
from sys import argv

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright 2009 VMware, Inc.
# Copyright 2014 Intel Corporation

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python
from mako.template import Template
from sys import argv

View File

@@ -1,4 +1,3 @@
#!/usr/bin/python2
# coding=utf-8
# -*- Mode: Python; py-indent-offset: 4 -*-
#