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:

committed by
Emil Velikov

parent
d2af6f6ee0
commit
be4ce4937e
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
#
|
#
|
||||||
# Copyright 2014 Intel Corporation
|
# Copyright 2014 Intel Corporation
|
||||||
#
|
#
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
from mako.template import Template
|
from mako.template import Template
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
#
|
#
|
||||||
# Copyright 2009 VMware, Inc.
|
# Copyright 2009 VMware, Inc.
|
||||||
# Copyright 2014 Intel Corporation
|
# Copyright 2014 Intel Corporation
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
from mako.template import Template
|
from mako.template import Template
|
||||||
from sys import argv
|
from sys import argv
|
||||||
|
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/python2
|
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
# -*- Mode: Python; py-indent-offset: 4 -*-
|
# -*- Mode: Python; py-indent-offset: 4 -*-
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user