From f9e34e67e4a164347cb77ddf1f65de872367f50e Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Wed, 11 Sep 2019 09:21:44 -0500 Subject: [PATCH] Remove shebang from non-executable scripts. The Opensuse build system's linters complains on having shebangs on scripts that are not set as executable. Change-Id: I710bea103bb45b82e294d3cbaec2d60728221875 Signed-off-by: Erich Cordoba --- inventory/inventory/inventory/api/controllers/v1/collection.py | 1 - inventory/inventory/inventory/api/controllers/v1/state.py | 1 - inventory/inventory/inventory/cmd/agent.py | 1 - inventory/inventory/inventory/cmd/conductor.py | 1 - inventory/inventory/inventory/cmd/dnsmasq_lease_update.py | 1 - inventory/inventory/inventory/common/service.py | 1 - 6 files changed, 6 deletions(-) diff --git a/inventory/inventory/inventory/api/controllers/v1/collection.py b/inventory/inventory/inventory/api/controllers/v1/collection.py index 4c18fdaa..63745352 100644 --- a/inventory/inventory/inventory/api/controllers/v1/collection.py +++ b/inventory/inventory/inventory/api/controllers/v1/collection.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. diff --git a/inventory/inventory/inventory/api/controllers/v1/state.py b/inventory/inventory/inventory/api/controllers/v1/state.py index 917b5335..b4df06da 100644 --- a/inventory/inventory/inventory/api/controllers/v1/state.py +++ b/inventory/inventory/inventory/api/controllers/v1/state.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2013 Red Hat, Inc. diff --git a/inventory/inventory/inventory/cmd/agent.py b/inventory/inventory/inventory/cmd/agent.py index 8d2e6d0f..c2c544a7 100644 --- a/inventory/inventory/inventory/cmd/agent.py +++ b/inventory/inventory/inventory/cmd/agent.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- # # vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/inventory/inventory/inventory/cmd/conductor.py b/inventory/inventory/inventory/cmd/conductor.py index be3e14e3..69b05669 100644 --- a/inventory/inventory/inventory/cmd/conductor.py +++ b/inventory/inventory/inventory/cmd/conductor.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- # # vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/inventory/inventory/inventory/cmd/dnsmasq_lease_update.py b/inventory/inventory/inventory/cmd/dnsmasq_lease_update.py index 645e8bd8..bad1f606 100755 --- a/inventory/inventory/inventory/cmd/dnsmasq_lease_update.py +++ b/inventory/inventory/inventory/cmd/dnsmasq_lease_update.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- # # vim: tabstop=4 shiftwidth=4 softtabstop=4 diff --git a/inventory/inventory/inventory/common/service.py b/inventory/inventory/inventory/common/service.py index 8c54a491..d484e065 100644 --- a/inventory/inventory/inventory/common/service.py +++ b/inventory/inventory/inventory/common/service.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- encoding: utf-8 -*- # # Copyright © 2012 eNovance