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_replica_prepare.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ipaserver/install/ipa_replica_prepare.py') 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 # -- cgit