gallium: remove shebang from python scripts
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 16:48:33 +0000 (16:48 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:46 +0000 (14:12 +0000)
Analogous to earlier commit(s).

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/gallium/auxiliary/indices/u_indices_gen.py
src/gallium/auxiliary/indices/u_unfilled_gen.py
src/gallium/auxiliary/util/u_format_pack.py
src/gallium/auxiliary/util/u_format_parse.py
src/gallium/auxiliary/util/u_format_table.py

index 23d8bd782eb46aecb6c6b792e8ca04c2ac219c8e..376348d5f8e3efb8799e84c2d5fa90361b3207ac 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 copyright = '''
 /*
  * Copyright 2009 VMware, Inc.
index 6b02627df6c3ebb716e6438145662eb4d66f64de..4780d98383a1186fd7600056a7d1d151ea9a98ce 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 copyright = '''
 /*
  * Copyright 2009 VMware, Inc.
index d4bb1de4cb55ef581e3d63c6716ae817e870fbfc..a2327196e6f631fd64bee7c3d0ab2791683a69c1 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 '''
 /**************************************************************************
index d83603faa7827fa26925898bc57260f1788bd29c..c0456f6d15966670056dd73a9cec955897dc986b 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 '''
 /**************************************************************************
index 51de9652c4d7a423f2397b96a2c7b6ecfa1ce070..a09ae53cbc8966ba5bb1d475b030102220af4d5f 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 CopyRight = '''
 /**************************************************************************