From 45cb73a21a90084818c3057e362ef9459f1600f3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 16 Dec 2014 16:40:03 +0100 Subject: Fix file permissions and remove shebang's Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- ipsilon/util/config.py | 2 -- ipsilon/util/cookies.py | 2 -- ipsilon/util/data.py | 2 -- ipsilon/util/errors.py | 2 -- ipsilon/util/log.py | 2 -- ipsilon/util/page.py | 2 -- ipsilon/util/plugin.py | 2 -- ipsilon/util/sessions.py | 2 -- ipsilon/util/trans.py | 2 -- ipsilon/util/user.py | 2 -- 10 files changed, 20 deletions(-) mode change 100755 => 100644 ipsilon/util/config.py mode change 100755 => 100644 ipsilon/util/cookies.py mode change 100755 => 100644 ipsilon/util/data.py mode change 100755 => 100644 ipsilon/util/errors.py mode change 100755 => 100644 ipsilon/util/log.py mode change 100755 => 100644 ipsilon/util/page.py mode change 100755 => 100644 ipsilon/util/plugin.py mode change 100755 => 100644 ipsilon/util/sessions.py mode change 100755 => 100644 ipsilon/util/trans.py mode change 100755 => 100644 ipsilon/util/user.py (limited to 'ipsilon/util') diff --git a/ipsilon/util/config.py b/ipsilon/util/config.py old mode 100755 new mode 100644 index d8c69b3..ee5c39c --- a/ipsilon/util/config.py +++ b/ipsilon/util/config.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING from ipsilon.util.log import Log diff --git a/ipsilon/util/cookies.py b/ipsilon/util/cookies.py old mode 100755 new mode 100644 index cd68242..266c401 --- a/ipsilon/util/cookies.py +++ b/ipsilon/util/cookies.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING from ipsilon.util.log import Log diff --git a/ipsilon/util/data.py b/ipsilon/util/data.py old mode 100755 new mode 100644 index 5045ee2..20dd6aa --- a/ipsilon/util/data.py +++ b/ipsilon/util/data.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2013 Simo Sorce # # see file 'COPYING' for use and warranty information diff --git a/ipsilon/util/errors.py b/ipsilon/util/errors.py old mode 100755 new mode 100644 index 2f3cc3d..26a6a34 --- a/ipsilon/util/errors.py +++ b/ipsilon/util/errors.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Simo Sorce # # see file 'COPYING' for use and warranty information diff --git a/ipsilon/util/log.py b/ipsilon/util/log.py old mode 100755 new mode 100644 index dc557e3..fb2c620 --- a/ipsilon/util/log.py +++ b/ipsilon/util/log.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Ipsilon Project Contributors # # See the file named COPYING for the project license diff --git a/ipsilon/util/page.py b/ipsilon/util/page.py old mode 100755 new mode 100644 index eeb9ca3..db1c145 --- a/ipsilon/util/page.py +++ b/ipsilon/util/page.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2013 Simo Sorce # # see file 'COPYING' for use and warranty information diff --git a/ipsilon/util/plugin.py b/ipsilon/util/plugin.py old mode 100755 new mode 100644 index ae98b4c..bacff4b --- a/ipsilon/util/plugin.py +++ b/ipsilon/util/plugin.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2013 Simo Sorce # # see file 'COPYING' for use and warranty information diff --git a/ipsilon/util/sessions.py b/ipsilon/util/sessions.py old mode 100755 new mode 100644 index b724471..8522a28 --- a/ipsilon/util/sessions.py +++ b/ipsilon/util/sessions.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING import base64 diff --git a/ipsilon/util/trans.py b/ipsilon/util/trans.py old mode 100755 new mode 100644 index 05d538e..8d4be14 --- a/ipsilon/util/trans.py +++ b/ipsilon/util/trans.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2014 Ipsilon project Contributors, for licensee see COPYING from ipsilon.util.data import TranStore diff --git a/ipsilon/util/user.py b/ipsilon/util/user.py old mode 100755 new mode 100644 index 3a4962d..5a8f159 --- a/ipsilon/util/user.py +++ b/ipsilon/util/user.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright (C) 2013 Simo Sorce # # see file 'COPYING' for use and warranty information -- cgit