From edf92f765099366ae4e0b28e2aeaa54b7af92712 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 20 Aug 2013 13:38:29 +0200 Subject: Remove redundant shebangs Remove redundant shebangs from files that are not used as scripts. https://fedorahosted.org/freeipa/ticket/3853 --- ipaserver/install/ipa_backup.py | 3 +-- ipaserver/install/ipa_ldap_updater.py | 1 - ipaserver/install/ipa_replica_prepare.py | 1 - ipaserver/install/ipa_restore.py | 3 +-- 4 files changed, 2 insertions(+), 6 deletions(-) (limited to 'ipaserver/install') diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py index 8326bb0c6..12c62154e 100644 --- a/ipaserver/install/ipa_backup.py +++ b/ipaserver/install/ipa_backup.py @@ -1,5 +1,4 @@ -#!/usr/bin/python -# Authors: Rob Crittenden # # Copyright (C) 2013 Red Hat # see file 'COPYING' for use and warranty information diff --git a/ipaserver/install/ipa_ldap_updater.py b/ipaserver/install/ipa_ldap_updater.py index 09a1962ec..ed0f19dfa 100644 --- a/ipaserver/install/ipa_ldap_updater.py +++ b/ipaserver/install/ipa_ldap_updater.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Authors: Rob Crittenden # Petr Viktorin # diff --git a/ipaserver/install/ipa_replica_prepare.py b/ipaserver/install/ipa_replica_prepare.py index 83bf2b28c..904b8727e 100644 --- a/ipaserver/install/ipa_replica_prepare.py +++ b/ipaserver/install/ipa_replica_prepare.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Authors: Karl MacMillan # Petr Viktorin # diff --git a/ipaserver/install/ipa_restore.py b/ipaserver/install/ipa_restore.py index 35cc6a518..2d4be57f7 100644 --- a/ipaserver/install/ipa_restore.py +++ b/ipaserver/install/ipa_restore.py @@ -1,5 +1,4 @@ -#!/usr/bin/python -# Authors: Rob Crittenden # # Copyright (C) 2013 Red Hat # see file 'COPYING' for use and warranty information -- cgit