From 24ee29e46810eb18bb01e4adc23f5055c85bbff3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 13 Jun 2019 00:15:21 -0400 Subject: [PATCH] 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 --- wrapper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrapper.py b/wrapper.py index e7e276ec..ca4a283a 100644 --- a/wrapper.py +++ b/wrapper.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright (C) 2014 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License");