Remove shebang from api-proxy.py

This file is a non-executable file and shouldn't include a shebang.
The opensuse build system enforces to remove shebangs from files that
are not directly executed.

It is safe to remove this shebang as the executable file is created
by the setup.py file in nova-api-proxy.

Story: 2006508
Task: 36909

Change-Id: Ie5ef47a1ee9a54e135983f5665ae5cd4e55e2ec0
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
This commit is contained in:
Erich Cordoba 2019-10-03 12:29:06 -05:00
parent 6578b7a3b1
commit b6c60a84aa
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#
# Copyright (c) 2015-2018 Wind River Systems, Inc.
#