summaryrefslogtreecommitdiffstats
path: root/ipsilon/login
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2014-12-16 16:40:03 +0100
committerSimo Sorce <simo@redhat.com>2014-12-16 10:51:43 -0500
commit45cb73a21a90084818c3057e362ef9459f1600f3 (patch)
treec666487742f9098b1891d17fa33834e42fcaf2b5 /ipsilon/login
parent7a429233962a2b1de6ed751897b30fac3d716b66 (diff)
downloadipsilon-45cb73a21a90084818c3057e362ef9459f1600f3.tar.gz
ipsilon-45cb73a21a90084818c3057e362ef9459f1600f3.tar.xz
ipsilon-45cb73a21a90084818c3057e362ef9459f1600f3.zip
Fix file permissions and remove shebang's
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'ipsilon/login')
-rw-r--r--[-rwxr-xr-x]ipsilon/login/authfas.py2
-rw-r--r--[-rwxr-xr-x]ipsilon/login/authform.py2
-rw-r--r--[-rwxr-xr-x]ipsilon/login/authkrb.py2
-rw-r--r--[-rwxr-xr-x]ipsilon/login/authldap.py2
-rw-r--r--[-rwxr-xr-x]ipsilon/login/authpam.py2
-rw-r--r--[-rwxr-xr-x]ipsilon/login/authtest.py2
-rw-r--r--[-rwxr-xr-x]ipsilon/login/common.py2
7 files changed, 0 insertions, 14 deletions
diff --git a/ipsilon/login/authfas.py b/ipsilon/login/authfas.py
index cb1c324..33d1ac5 100755..100644
--- a/ipsilon/login/authfas.py
+++ b/ipsilon/login/authfas.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2014 Ipsilon contributors, see COPYING file for license
diff --git a/ipsilon/login/authform.py b/ipsilon/login/authform.py
index 45c92a5..7d84a95 100755..100644
--- a/ipsilon/login/authform.py
+++ b/ipsilon/login/authform.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2014 Simo Sorce <simo@redhat.com>
#
# see file 'COPYING' for use and warranty information
diff --git a/ipsilon/login/authkrb.py b/ipsilon/login/authkrb.py
index e426d2c..e352aa2 100755..100644
--- a/ipsilon/login/authkrb.py
+++ b/ipsilon/login/authkrb.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2014 Simo Sorce <simo@redhat.com>
#
# see file 'COPYING' for use and warranty information
diff --git a/ipsilon/login/authldap.py b/ipsilon/login/authldap.py
index 4699916..0a5bd3b 100755..100644
--- a/ipsilon/login/authldap.py
+++ b/ipsilon/login/authldap.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2014 Ipsilon Contributors, see COPYING for license
from ipsilon.login.common import LoginFormBase, LoginManagerBase
diff --git a/ipsilon/login/authpam.py b/ipsilon/login/authpam.py
index e07bedf..1de8e0f 100755..100644
--- a/ipsilon/login/authpam.py
+++ b/ipsilon/login/authpam.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2013 Simo Sorce <simo@redhat.com>
#
# see file 'COPYING' for use and warranty information
diff --git a/ipsilon/login/authtest.py b/ipsilon/login/authtest.py
index 8a24500..39e0f39 100755..100644
--- a/ipsilon/login/authtest.py
+++ b/ipsilon/login/authtest.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2014 Simo Sorce <simo@redhat.com>
#
# see file 'COPYING' for use and warranty information
diff --git a/ipsilon/login/common.py b/ipsilon/login/common.py
index ce921c5..2dcdb67 100755..100644
--- a/ipsilon/login/common.py
+++ b/ipsilon/login/common.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-#
# Copyright (C) 2013 Simo Sorce <simo@redhat.com>
#
# see file 'COPYING' for use and warranty information