From b6c60a84aad6b08ee521f652493e98541947d919 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Thu, 3 Oct 2019 12:29:06 -0500 Subject: [PATCH] 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 --- nova-api-proxy/nova-api-proxy/nova_api_proxy/api_proxy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nova-api-proxy/nova-api-proxy/nova_api_proxy/api_proxy.py b/nova-api-proxy/nova-api-proxy/nova_api_proxy/api_proxy.py index 61a6afac..81161fb9 100644 --- a/nova-api-proxy/nova-api-proxy/nova_api_proxy/api_proxy.py +++ b/nova-api-proxy/nova-api-proxy/nova_api_proxy/api_proxy.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # # Copyright (c) 2015-2018 Wind River Systems, Inc. #