43 lines
1.5 KiB
Diff
43 lines
1.5 KiB
Diff
From 953ee16aba113bfd3b445c651ee5a7ad1cedcb26 Mon Sep 17 00:00:00 2001
|
|
From: Jakub Filak <jfilak@redhat.com>
|
|
Date: Thu, 9 Apr 2015 07:35:55 +0200
|
|
Subject: [PATCH] client-python: remove shebang from non-executable scripts
|
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
---
|
|
src/client-python/reportclient/debuginfo.py | 1 -
|
|
src/client-python/reportclient/dnfdebuginfo.py | 1 -
|
|
src/client-python/reportclient/yumdebuginfo.py | 1 -
|
|
3 files changed, 3 deletions(-)
|
|
|
|
diff --git a/src/client-python/reportclient/debuginfo.py b/src/client-python/reportclient/debuginfo.py
|
|
index e593476..44521d0 100644
|
|
--- a/src/client-python/reportclient/debuginfo.py
|
|
+++ b/src/client-python/reportclient/debuginfo.py
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/python
|
|
# coding=UTF-8
|
|
|
|
## Copyright (C) 2015 ABRT team <abrt-devel-list@redhat.com>
|
|
diff --git a/src/client-python/reportclient/dnfdebuginfo.py b/src/client-python/reportclient/dnfdebuginfo.py
|
|
index 325d4b9..4ad6e0b 100644
|
|
--- a/src/client-python/reportclient/dnfdebuginfo.py
|
|
+++ b/src/client-python/reportclient/dnfdebuginfo.py
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/python
|
|
# coding=UTF-8
|
|
|
|
## Copyright (C) 2015 ABRT team <abrt-devel-list@redhat.com>
|
|
diff --git a/src/client-python/reportclient/yumdebuginfo.py b/src/client-python/reportclient/yumdebuginfo.py
|
|
index 571992c..080a394 100644
|
|
--- a/src/client-python/reportclient/yumdebuginfo.py
|
|
+++ b/src/client-python/reportclient/yumdebuginfo.py
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/python
|
|
# coding=UTF-8
|
|
|
|
## Copyright (C) 2015 ABRT team <abrt-devel-list@redhat.com>
|
|
--
|
|
2.4.1
|
|
|