summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-01-22 12:47:13 +0100
committerTomas Babej <tbabej@redhat.com>2015-01-26 13:03:24 +0100
commitf30865c5f07bdc4d5f87e89f9ed99148f4d361ce (patch)
tree587a4c304ae92671808724a3792e7c75b87930ad /ipapython
parentf83b4fe3306071622ae6264f71843a2e20731262 (diff)
downloadfreeipa-f30865c5f07bdc4d5f87e89f9ed99148f4d361ce.tar.gz
freeipa-f30865c5f07bdc4d5f87e89f9ed99148f4d361ce.tar.xz
freeipa-f30865c5f07bdc4d5f87e89f9ed99148f4d361ce.zip
ipapython: Fix incorrect python shebangs
Make sure shebangs explicitly reference python2. Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/dnssec/abshsm.py1
-rw-r--r--ipapython/dnssec/bindmgr.py1
-rw-r--r--ipapython/dnssec/keysyncer.py1
-rw-r--r--ipapython/dnssec/ldapkeydb.py1
-rwxr-xr-xipapython/dnssec/localhsm.py2
-rw-r--r--ipapython/dnssec/odsmgr.py2
-rw-r--r--ipapython/dnssec/syncrepl.py1
-rw-r--r--ipapython/dnssec/temp.py1
-rw-r--r--ipapython/ipap11helper/setup.py2
-rw-r--r--ipapython/p11helper.py1
10 files changed, 3 insertions, 10 deletions
diff --git a/ipapython/dnssec/abshsm.py b/ipapython/dnssec/abshsm.py
index cc8119865..80292e5a7 100644
--- a/ipapython/dnssec/abshsm.py
+++ b/ipapython/dnssec/abshsm.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/dnssec/bindmgr.py b/ipapython/dnssec/bindmgr.py
index 9c831c241..2c6781609 100644
--- a/ipapython/dnssec/bindmgr.py
+++ b/ipapython/dnssec/bindmgr.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/dnssec/keysyncer.py b/ipapython/dnssec/keysyncer.py
index 1b2757326..837602fb4 100644
--- a/ipapython/dnssec/keysyncer.py
+++ b/ipapython/dnssec/keysyncer.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/dnssec/ldapkeydb.py b/ipapython/dnssec/ldapkeydb.py
index e2e58f880..71c0a95a3 100644
--- a/ipapython/dnssec/ldapkeydb.py
+++ b/ipapython/dnssec/ldapkeydb.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/dnssec/localhsm.py b/ipapython/dnssec/localhsm.py
index de49641b0..6176fbf00 100755
--- a/ipapython/dnssec/localhsm.py
+++ b/ipapython/dnssec/localhsm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/dnssec/odsmgr.py b/ipapython/dnssec/odsmgr.py
index ed17351ca..efbe16cc6 100644
--- a/ipapython/dnssec/odsmgr.py
+++ b/ipapython/dnssec/odsmgr.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/dnssec/syncrepl.py b/ipapython/dnssec/syncrepl.py
index 2f657f599..595582cb8 100644
--- a/ipapython/dnssec/syncrepl.py
+++ b/ipapython/dnssec/syncrepl.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
diff --git a/ipapython/dnssec/temp.py b/ipapython/dnssec/temp.py
index 23ee377be..e97d3a0b8 100644
--- a/ipapython/dnssec/temp.py
+++ b/ipapython/dnssec/temp.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/ipap11helper/setup.py b/ipapython/ipap11helper/setup.py
index e8e824a33..9743ac229 100644
--- a/ipapython/ipap11helper/setup.py
+++ b/ipapython/ipap11helper/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#
diff --git a/ipapython/p11helper.py b/ipapython/p11helper.py
index f084855f4..82e7bff19 100644
--- a/ipapython/p11helper.py
+++ b/ipapython/p11helper.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
#
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license
#