diff options
Diffstat (limited to 'ipapython/dnssec')
| -rw-r--r-- | ipapython/dnssec/abshsm.py | 1 | ||||
| -rw-r--r-- | ipapython/dnssec/bindmgr.py | 1 | ||||
| -rw-r--r-- | ipapython/dnssec/keysyncer.py | 1 | ||||
| -rw-r--r-- | ipapython/dnssec/ldapkeydb.py | 1 | ||||
| -rwxr-xr-x | ipapython/dnssec/localhsm.py | 2 | ||||
| -rw-r--r-- | ipapython/dnssec/odsmgr.py | 2 | ||||
| -rw-r--r-- | ipapython/dnssec/syncrepl.py | 1 | ||||
| -rw-r--r-- | ipapython/dnssec/temp.py | 1 |
8 files changed, 2 insertions, 8 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 # |
