diff options
author | Emil Velikov <[email protected]> | 2017-02-22 16:48:33 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:46 +0000 |
commit | 168d801149796f9f3bf4d9eb686b561858996744 (patch) | |
tree | a89c28d75e3ee7d8085bb9f514b10ca2dfbbe53b /src/gallium/auxiliary/indices/u_indices_gen.py | |
parent | 2ea1ce2701f6f0357f01b38341222a1d899178dd (diff) |
gallium: remove shebang from python scripts
Analogous to earlier commit(s).
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/indices/u_indices_gen.py')
-rw-r--r-- | src/gallium/auxiliary/indices/u_indices_gen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/indices/u_indices_gen.py b/src/gallium/auxiliary/indices/u_indices_gen.py index 23d8bd782eb..376348d5f8e 100644 --- a/src/gallium/auxiliary/indices/u_indices_gen.py +++ b/src/gallium/auxiliary/indices/u_indices_gen.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python copyright = ''' /* * Copyright 2009 VMware, Inc. |