From e557dfd61a9df5ab48512c6343caa4919f2ff50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 20 Feb 2018 10:03:41 +0100 Subject: [PATCH] Remove useless shebang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The module is not executable. This will remove a warning from rpmlint at RPM build time. Signed-off-by: Lubomír Sedlář --- pungi/arch_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pungi/arch_utils.py b/pungi/arch_utils.py index b28179a0..711ccd7f 100644 --- a/pungi/arch_utils.py +++ b/pungi/arch_utils.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # A copy of some necessary parts from yum.rpmUtils.arch, with slightly changes: # 1. _ppc64_native_is_best changed to True # 2. code style fixes for flake8 reported errors