summaryrefslogtreecommitdiffstats
path: root/ipsilon/login
diff options
context:
space:
mode:
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