diff options
author | Emil Velikov <[email protected]> | 2017-02-22 16:30:48 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-10 14:12:47 +0000 |
commit | 68c38b24314d81af99aa718345043324eaa3448a (patch) | |
tree | fe7e61d94161aba2fa16f71c78fc65613f68d6c2 /src/mapi/glapi/gen/static_data.py | |
parent | 9a502f5c47211366ab5b35d185d80b4b69089dd8 (diff) |
mapi/gen: remove shebang from python scripts
All of those should be executed $PYTHON2/python2 [or equivalent] hence
why they are missing the execute bit.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/static_data.py')
-rw-r--r-- | src/mapi/glapi/gen/static_data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/static_data.py b/src/mapi/glapi/gen/static_data.py index 25e78bf601a..7a8933b8d78 100644 --- a/src/mapi/glapi/gen/static_data.py +++ b/src/mapi/glapi/gen/static_data.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (C) 2015 Intel Corporation # |