summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2013-08-20 13:38:29 +0200
committerPetr Viktorin <pviktori@redhat.com>2013-08-26 13:03:46 +0200
commitf1b0f1655abc0fba2f72b7ff01b5f25afefb4414 (patch)
treefc9460e8a4ca3d9679a5a40686663ab899473b37
parentec6b514318f4f57aa927392d1b88cc957cc8af48 (diff)
downloadfreeipa.git-f1b0f1655abc0fba2f72b7ff01b5f25afefb4414.tar.gz
freeipa.git-f1b0f1655abc0fba2f72b7ff01b5f25afefb4414.tar.xz
freeipa.git-f1b0f1655abc0fba2f72b7ff01b5f25afefb4414.zip
Remove redundant shebangs
Remove redundant shebangs from files that are not used as scripts. https://fedorahosted.org/freeipa/ticket/3853
-rw-r--r--ipaserver/advise/base.py1
-rw-r--r--ipaserver/install/ipa_backup.py3
-rw-r--r--ipaserver/install/ipa_ldap_updater.py1
-rw-r--r--ipaserver/install/ipa_replica_prepare.py1
-rw-r--r--ipaserver/install/ipa_restore.py3
5 files changed, 2 insertions, 7 deletions
diff --git a/ipaserver/advise/base.py b/ipaserver/advise/base.py
index 8350bdbc..92dbb4e9 100644
--- a/ipaserver/advise/base.py
+++ b/ipaserver/advise/base.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# Authors: Tomas Babej <tbabej@redhat.com>
#
# Copyright (C) 2013 Red Hat
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 8326bb0c..12c62154 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Authors: Rob Crittenden <rcritten@redhat.com
+# Authors: Rob Crittenden <rcritten@redhat.com>
#
# 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 09a1962e..ed0f19df 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 <rcritten@redhat.com>
# Petr Viktorin <pviktori@redhat.com>
#
diff --git a/ipaserver/install/ipa_replica_prepare.py b/ipaserver/install/ipa_replica_prepare.py
index 83bf2b28..904b8727 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 <kmacmillan@mentalrootkit.com>
# Petr Viktorin <pviktori@redhat.com>
#
diff --git a/ipaserver/install/ipa_restore.py b/ipaserver/install/ipa_restore.py
index 35cc6a51..2d4be57f 100644
--- a/ipaserver/install/ipa_restore.py
+++ b/ipaserver/install/ipa_restore.py
@@ -1,5 +1,4 @@
-#!/usr/bin/python
-# Authors: Rob Crittenden <rcritten@redhat.com
+# Authors: Rob Crittenden <rcritten@redhat.com>
#
# Copyright (C) 2013 Red Hat
# see file 'COPYING' for use and warranty information