From dc410b58b5c8767f5623a8fdf429bd62508ec7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 10 May 2017 09:07:16 +0200 Subject: [PATCH] Remove shebang from non-executable files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes an rpmlint error on built package. Signed-off-by: Lubomír Sedlář --- pungi/gather_dnf.py | 1 - pungi/profiler.py | 1 - 2 files changed, 2 deletions(-) diff --git a/pungi/gather_dnf.py b/pungi/gather_dnf.py index dbf5491e..2eafdbf5 100644 --- a/pungi/gather_dnf.py +++ b/pungi/gather_dnf.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*- diff --git a/pungi/profiler.py b/pungi/profiler.py index bd6c79e2..ec60e735 100644 --- a/pungi/profiler.py +++ b/pungi/profiler.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # -*- coding: utf-8 -*-