nir: 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:39:13 +00:00 committed by Emil Velikov
parent a497f44645
commit e4c7911150
8 changed files with 0 additions and 8 deletions

View file

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

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
template = """\
/* Copyright (C) 2015 Broadcom

View file

@ -1,4 +1,3 @@
#! /usr/bin/python2
def type_has_size(type_):
return type_[-1:].isdigit()

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
#
# Copyright (C) 2014 Connor Abbott
#

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
#
# Copyright (C) 2014 Connor Abbott
#

View file

@ -1,4 +1,3 @@
#! /usr/bin/env python
template = """\
/* Copyright (C) 2014 Connor Abbott

View file

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

View file

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Mesa 3-D graphics library
#