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_restore.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ipaserver/install/ipa_restore.py') 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