summaryrefslogtreecommitdiffstats
path: root/wrapper.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2019-06-13 00:15:21 -0400
committerMike Frysinger <vapier@google.com>2019-06-13 02:00:17 -0400
commit24ee29e46810eb18bb01e4adc23f5055c85bbff3 (patch)
treecdd38f680d0e42aa553dfd6ed998fea127e5cd27 /wrapper.py
parent1b291fc2e7a0ad449f4ef8dcbc7a85f30a96fb8e (diff)
downloadgit-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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wrapper.py b/wrapper.py
index e7e276ec..ca4a283a 100644
--- a/wrapper.py
+++ b/wrapper.py
@@ -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");