diff options
author | Mike Frysinger <vapier@google.com> | 2019-06-13 00:15:21 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2019-06-13 02:00:17 -0400 |
commit | 24ee29e46810eb18bb01e4adc23f5055c85bbff3 (patch) | |
tree | cdd38f680d0e42aa553dfd6ed998fea127e5cd27 /wrapper.py | |
parent | 1b291fc2e7a0ad449f4ef8dcbc7a85f30a96fb8e (diff) | |
download | git-repo-24ee29e46810eb18bb01e4adc23f5055c85bbff3.tar.gz |
wrapper: drop shebang
This isn't executable (+x), nor does it have a main func or code
that would run if it were. It's simply an imported module like
most others in here. Drop the shebang to avoid confusion.
Change-Id: I5e2881eb1de5e809a3fa9e8f49220ed797034fb1
Diffstat (limited to 'wrapper.py')
-rw-r--r-- | wrapper.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | ||
3 | # Copyright (C) 2014 The Android Open Source Project | 1 | # Copyright (C) 2014 The Android Open Source Project |
4 | # | 2 | # |
5 | # Licensed under the Apache License, Version 2.0 (the "License"); | 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |