From afb5c489943af8a4893a625049ba271241518a7f Mon Sep 17 00:00:00 2001 From: eraviart <> Date: Mon, 1 Sep 2003 16:59:18 +0000 Subject: [PATCH] =?UTF-8?q?Homog=C3=A9n=C3=A9isation=20des=20ent=C3=AAtes?= =?UTF-8?q?=20des=20fichiers=20Python.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/rstconversion.py | 3 ++- extensions/widCalendar.py | 2 ++ glasnost-curses/glasnostCurses.py | 3 ++- glasnost-gtk/glasnost-gtk.py | 3 ++- glasnost-web/about.py | 2 ++ glasnost-web/admin.py | 2 ++ glasnost-web/code/__init__.py | 2 ++ glasnost-web/code/webhandler.py | 2 ++ glasnost-web/define.py | 2 ++ glasnost-web/index.py | 2 ++ glasnost-web/load.py | 2 ++ glasnost-web/login.py | 2 ++ glasnost-web/orphanedArticles.py | 2 ++ glasnost-web/search.py | 2 ++ glasnost-web/sessions.py | 2 ++ glasnost-web/switchLang.py | 2 ++ scripts/add-people-ldap.py | 3 ++- scripts/get-person.py | 3 ++- scripts/scriptingTools.py | 2 ++ servers/ArticlesServer/ArticlesServer.py | 3 ++- servers/AtomsServer/AtomsServer.py | 3 ++- servers/AuthenticationLdapServer/AuthenticationLdapServer.py | 3 ++- .../AuthenticationLoginPasswordServer.py | 3 ++- servers/AuthenticationServer/AuthenticationServer.py | 3 ++- servers/BallotsServer/BallotsServer.py | 3 ++- servers/Cache/Cache.py | 3 ++- servers/CardsServer/CardsServer.py | 3 ++- servers/CommentsServer/CommentsServer.py | 3 ++- servers/Dispatcher/Dispatcher.py | 3 ++- servers/ElectionsServer/ElectionsServer.py | 3 ++- servers/ForumsServer/ForumsServer.py | 3 ++- servers/Gateway/Gateway.py | 3 ++- servers/GradesServer/GradesServer.py | 3 ++- servers/GroupsServer/GroupsServer.py | 3 ++- servers/PageNamesServer/PageNamesServer.py | 3 ++- servers/PeopleServer/PeopleServer.py | 3 ++- servers/PreferencesServer/PreferencesServer.py | 3 ++- servers/RubricsServer/RubricsServer.py | 3 ++- servers/SessionsServer/SessionsServer.py | 3 ++- servers/SystemFilesServer/SystemFilesServer.py | 3 ++- servers/TranslationsServer/TranslationsServer.py | 3 ++- servers/UploadFilesServer/UploadFilesServer.py | 3 ++- servers/VirtualHostsServer/VirtualHostsServer.py | 3 ++- servers/VotesServer/VotesServer.py | 3 ++- shared/__init__.py | 2 ++ shared/common/AppointmentsCommon.py | 2 ++ shared/common/ArticlesCommon.py | 2 ++ shared/common/AtomsCommon.py | 2 ++ shared/common/AuthenticationCommon.py | 2 ++ shared/common/AuthenticationLdapCommon.py | 2 ++ shared/common/AuthenticationLoginPasswordCommon.py | 2 ++ shared/common/CardsCommon.py | 2 ++ shared/common/CommentsCommon.py | 2 ++ shared/common/ElectionsCommon.py | 2 ++ shared/common/ForumsCommon.py | 2 ++ shared/common/GradesCommon.py | 2 ++ shared/common/GroupsCommon.py | 2 ++ shared/common/ObjectsCommon.py | 2 ++ shared/common/PageNamesCommon.py | 2 ++ shared/common/PeopleCommon.py | 2 ++ shared/common/PreferencesCommon.py | 2 ++ shared/common/RubricsCommon.py | 2 ++ shared/common/SystemFilesCommon.py | 2 ++ shared/common/TranslationsCommon.py | 2 ++ shared/common/UploadFilesCommon.py | 2 ++ shared/common/VirtualHostsCommon.py | 2 ++ shared/common/VotesCommon.py | 2 ++ shared/common/XhtmlGenerator.py | 2 ++ shared/common/__init__.py | 2 ++ shared/common/applications.py | 2 ++ shared/common/cache.py | 2 ++ shared/common/context.py | 2 ++ shared/common/faults.py | 2 ++ shared/common/functions.py | 2 ++ shared/common/geography.py | 2 ++ shared/common/gpg.py | 2 ++ shared/common/kinds.py | 2 ++ shared/common/parsers.py | 2 ++ shared/common/properties.py | 2 ++ shared/common/slots.py | 2 ++ shared/common/system.py | 2 ++ shared/common/things.py | 2 ++ shared/common/tools.py | 2 ++ shared/common/tools_new.py | 2 ++ shared/common/translation.py | 2 ++ shared/common/uploads.py | 2 ++ shared/common/values.py | 2 ++ shared/common/views.py | 2 ++ shared/common/widgets.py | 2 ++ shared/common/xhtmlgenerator.py | 2 ++ shared/gcurses/Articles.py | 2 ++ shared/gcurses/ObjectsCurses.py | 2 ++ shared/gcurses/Rubrics.py | 2 ++ shared/gcurses/__init__.py | 2 ++ shared/gcurses/tools.py | 2 ++ shared/gtk/AppointmentsGtk.py | 2 ++ shared/gtk/ArticlesGtk.py | 2 ++ shared/gtk/AtomsGtk.py | 2 ++ shared/gtk/CommentsGtk.py | 2 ++ shared/gtk/GlasnostGui.py | 2 ++ shared/gtk/GroupsGtk.py | 2 ++ shared/gtk/LoginBox.py | 2 ++ shared/gtk/MainWindow.py | 2 ++ shared/gtk/MiniBrowser.py | 2 ++ shared/gtk/ObjectsGtk.py | 2 ++ shared/gtk/PageNamesGtk.py | 2 ++ shared/gtk/PeopleGtk.py | 2 ++ shared/gtk/RubricsGtk.py | 2 ++ shared/gtk/SearchWindow.py | 2 ++ shared/gtk/SessionsManager.py | 2 ++ shared/gtk/SystemFilesGtk.py | 2 ++ shared/gtk/TasksGtk.py | 2 ++ shared/gtk/UploadFilesGtk.py | 2 ++ shared/gtk/VirtualHostsGtk.py | 2 ++ shared/gtk/__init__.py | 2 ++ shared/gtk/functions.py | 2 ++ shared/gtk/kinds.py | 2 ++ shared/gtk/properties.py | 2 ++ shared/gtk/sessions.py | 2 ++ shared/gtk/things.py | 2 ++ shared/gtk/tools.py | 2 ++ shared/gtk/uploads.py | 2 ++ shared/gtk/values.py | 2 ++ shared/gtk/views.py | 2 ++ shared/gtk/widgets.py | 2 ++ shared/proxy/AppointmentsProxy.py | 2 ++ shared/proxy/ArticlesProxy.py | 2 ++ shared/proxy/AtomsProxy.py | 2 ++ shared/proxy/AuthenticationLdapProxy.py | 2 ++ shared/proxy/AuthenticationLoginPasswordProxy.py | 2 ++ shared/proxy/AuthenticationProxy.py | 2 ++ shared/proxy/BallotsProxy.py | 2 ++ shared/proxy/CacheProxy.py | 2 ++ shared/proxy/CardsProxy.py | 2 ++ shared/proxy/CommentsProxy.py | 2 ++ shared/proxy/DispatcherProxy.py | 2 ++ shared/proxy/ElectionsProxy.py | 2 ++ shared/proxy/ForumsProxy.py | 2 ++ shared/proxy/GradesProxy.py | 2 ++ shared/proxy/GroupsProxy.py | 2 ++ shared/proxy/ObjectsProxy.py | 2 ++ shared/proxy/PageNamesProxy.py | 2 ++ shared/proxy/PeopleProxy.py | 2 ++ shared/proxy/PreferencesProxy.py | 2 ++ shared/proxy/RubricsProxy.py | 2 ++ shared/proxy/SessionsProxy.py | 2 ++ shared/proxy/SystemFilesProxy.py | 2 ++ shared/proxy/TranslationsProxy.py | 2 ++ shared/proxy/UploadFilesProxy.py | 2 ++ shared/proxy/VirtualHostsProxy.py | 2 ++ shared/proxy/VotesProxy.py | 2 ++ shared/proxy/__init__.py | 2 ++ shared/proxy/functions.py | 2 ++ shared/proxy/kinds.py | 2 ++ shared/proxy/properties.py | 2 ++ shared/proxy/things.py | 2 ++ shared/proxy/tools.py | 2 ++ shared/proxy/tools_new.py | 2 ++ shared/proxy/uploads.py | 2 ++ shared/proxy/values.py | 2 ++ shared/proxy/views.py | 2 ++ shared/proxy/widgets.py | 2 ++ shared/server/ObjectsServer.py | 2 ++ shared/server/__init__.py | 2 ++ shared/server/functions.py | 2 ++ shared/server/kinds.py | 2 ++ shared/server/properties.py | 2 ++ shared/server/things.py | 2 ++ shared/server/tools.py | 2 ++ shared/server/uploads.py | 2 ++ shared/server/values.py | 2 ++ shared/server/views.py | 2 ++ shared/server/widgets.py | 2 ++ shared/server/xmlrpcServer.py | 2 ++ shared/web/AppointmentsWeb.py | 2 ++ shared/web/ArticlesWeb.py | 2 ++ shared/web/AtomsWeb.py | 2 ++ shared/web/AuthenticationLoginPasswordWeb.py | 2 ++ shared/web/AuthenticationWeb.py | 2 ++ shared/web/BallotsWeb.py | 2 ++ shared/web/CardsWeb.py | 2 ++ shared/web/CommentsWeb.py | 2 ++ shared/web/ElectionsWeb.py | 2 ++ shared/web/ForumsWeb.py | 2 ++ shared/web/GlasnostTALDriver.py | 2 ++ shared/web/GlasnostTALEngine.py | 2 ++ shared/web/GlasnostTALGenerator.py | 2 ++ shared/web/GradesWeb.py | 2 ++ shared/web/Graphs.py | 2 ++ shared/web/GroupsWeb.py | 2 ++ shared/web/ObjectsWeb.py | 2 ++ shared/web/PageNamesWeb.py | 2 ++ shared/web/PeopleWeb.py | 2 ++ shared/web/PreferencesWeb.py | 2 ++ shared/web/RubricsWeb.py | 2 ++ shared/web/SystemFilesWeb.py | 2 ++ shared/web/TranslationsWeb.py | 2 ++ shared/web/UploadFilesWeb.py | 2 ++ shared/web/VirtualHostsWeb.py | 2 ++ shared/web/VotesWeb.py | 2 ++ shared/web/WebAPI.py | 2 ++ shared/web/__init__.py | 2 ++ shared/web/calendaring.py | 2 ++ shared/web/functions.py | 2 ++ shared/web/geography.py | 2 ++ shared/web/kinds.py | 2 ++ shared/web/properties.py | 2 ++ shared/web/things.py | 2 ++ shared/web/tools.py | 2 ++ shared/web/tools_new.py | 2 ++ shared/web/translation.py | 2 ++ shared/web/uploads.py | 2 ++ shared/web/values.py | 2 ++ shared/web/views.py | 2 ++ shared/web/widgets.py | 2 ++ system/articles.py | 2 ++ system/generate-system.py | 3 ++- system/groups.py | 2 ++ system/uploadfiles.py | 2 ++ tests/AppointmentsWeb.py | 3 ++- tests/ArticlesProxy.py | 2 ++ tests/AuthenticationProxy.py | 2 ++ tests/CardsProxy.py | 2 ++ tests/DataflowsProxy.py | 2 ++ tests/GroupsProxy.py | 2 ++ tests/PeopleProxy.py | 2 ++ tests/TestCase.py | 2 ++ tests/VirtualHostsProxy.py | 2 ++ tests/definitions.py | 2 ++ tests/empty.py | 2 ++ tests/getemailpassword.py | 2 ++ tests/kinds.py | 2 ++ tests/launch.py | 3 ++- 233 files changed, 466 insertions(+), 33 deletions(-) diff --git a/doc/rstconversion.py b/doc/rstconversion.py index 88e54b09..08d8b52b 100755 --- a/doc/rstconversion.py +++ b/doc/rstconversion.py @@ -1,6 +1,7 @@ #!/usr/bin/python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/extensions/widCalendar.py b/extensions/widCalendar.py index 2e5377f9..2ab6dbaa 100644 --- a/extensions/widCalendar.py +++ b/extensions/widCalendar.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-curses/glasnostCurses.py b/glasnost-curses/glasnostCurses.py index 4addc08f..268262fb 100644 --- a/glasnost-curses/glasnostCurses.py +++ b/glasnost-curses/glasnostCurses.py @@ -1,6 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-gtk/glasnost-gtk.py b/glasnost-gtk/glasnost-gtk.py index 36e6a0fb..f703e120 100755 --- a/glasnost-gtk/glasnost-gtk.py +++ b/glasnost-gtk/glasnost-gtk.py @@ -1,6 +1,7 @@ #! /usr/bin/python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/about.py b/glasnost-web/about.py index 52aa17a7..9cfc6200 100644 --- a/glasnost-web/about.py +++ b/glasnost-web/about.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/admin.py b/glasnost-web/admin.py index c2f41d84..de5aab60 100644 --- a/glasnost-web/admin.py +++ b/glasnost-web/admin.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/code/__init__.py b/glasnost-web/code/__init__.py index 84c998bd..31b87323 100644 --- a/glasnost-web/code/__init__.py +++ b/glasnost-web/code/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/code/webhandler.py b/glasnost-web/code/webhandler.py index c9dbd7e0..c4d78dab 100644 --- a/glasnost-web/code/webhandler.py +++ b/glasnost-web/code/webhandler.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/define.py b/glasnost-web/define.py index f51b2ee4..285d01bd 100644 --- a/glasnost-web/define.py +++ b/glasnost-web/define.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/index.py b/glasnost-web/index.py index e2e84d40..adf2595b 100644 --- a/glasnost-web/index.py +++ b/glasnost-web/index.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/load.py b/glasnost-web/load.py index 1372de80..d32bf7c1 100644 --- a/glasnost-web/load.py +++ b/glasnost-web/load.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/login.py b/glasnost-web/login.py index 53e82d0e..36bb3cc6 100644 --- a/glasnost-web/login.py +++ b/glasnost-web/login.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/orphanedArticles.py b/glasnost-web/orphanedArticles.py index 8ffe9c3f..58cef2eb 100644 --- a/glasnost-web/orphanedArticles.py +++ b/glasnost-web/orphanedArticles.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/search.py b/glasnost-web/search.py index ec99063b..b4cee974 100644 --- a/glasnost-web/search.py +++ b/glasnost-web/search.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/sessions.py b/glasnost-web/sessions.py index 53521a65..8c7f7801 100644 --- a/glasnost-web/sessions.py +++ b/glasnost-web/sessions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/glasnost-web/switchLang.py b/glasnost-web/switchLang.py index 894abfb4..1a437bfb 100644 --- a/glasnost-web/switchLang.py +++ b/glasnost-web/switchLang.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/scripts/add-people-ldap.py b/scripts/add-people-ldap.py index 00c089d9..18b835ee 100755 --- a/scripts/add-people-ldap.py +++ b/scripts/add-people-ldap.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/scripts/get-person.py b/scripts/get-person.py index a1c79f2e..053c6d4a 100755 --- a/scripts/get-person.py +++ b/scripts/get-person.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/scripts/scriptingTools.py b/scripts/scriptingTools.py index 06843e33..8494ca68 100644 --- a/scripts/scriptingTools.py +++ b/scripts/scriptingTools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/ArticlesServer/ArticlesServer.py b/servers/ArticlesServer/ArticlesServer.py index b2de5097..7b28a45e 100755 --- a/servers/ArticlesServer/ArticlesServer.py +++ b/servers/ArticlesServer/ArticlesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/AtomsServer/AtomsServer.py b/servers/AtomsServer/AtomsServer.py index 34fd53ca..d6cf4b14 100755 --- a/servers/AtomsServer/AtomsServer.py +++ b/servers/AtomsServer/AtomsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/AuthenticationLdapServer/AuthenticationLdapServer.py b/servers/AuthenticationLdapServer/AuthenticationLdapServer.py index c55604ef..08c12f40 100755 --- a/servers/AuthenticationLdapServer/AuthenticationLdapServer.py +++ b/servers/AuthenticationLdapServer/AuthenticationLdapServer.py @@ -1,6 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/AuthenticationLoginPasswordServer/AuthenticationLoginPasswordServer.py b/servers/AuthenticationLoginPasswordServer/AuthenticationLoginPasswordServer.py index c4e572ba..76c4f6e1 100755 --- a/servers/AuthenticationLoginPasswordServer/AuthenticationLoginPasswordServer.py +++ b/servers/AuthenticationLoginPasswordServer/AuthenticationLoginPasswordServer.py @@ -1,6 +1,7 @@ #! /usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/AuthenticationServer/AuthenticationServer.py b/servers/AuthenticationServer/AuthenticationServer.py index 129113d2..1bcff528 100755 --- a/servers/AuthenticationServer/AuthenticationServer.py +++ b/servers/AuthenticationServer/AuthenticationServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/BallotsServer/BallotsServer.py b/servers/BallotsServer/BallotsServer.py index 241ebe59..da8f2ad6 100755 --- a/servers/BallotsServer/BallotsServer.py +++ b/servers/BallotsServer/BallotsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/Cache/Cache.py b/servers/Cache/Cache.py index dfd76f7d..95030b35 100755 --- a/servers/Cache/Cache.py +++ b/servers/Cache/Cache.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/CardsServer/CardsServer.py b/servers/CardsServer/CardsServer.py index be79cc8e..75c5344a 100755 --- a/servers/CardsServer/CardsServer.py +++ b/servers/CardsServer/CardsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/CommentsServer/CommentsServer.py b/servers/CommentsServer/CommentsServer.py index d4fdd208..baccfb7d 100755 --- a/servers/CommentsServer/CommentsServer.py +++ b/servers/CommentsServer/CommentsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/Dispatcher/Dispatcher.py b/servers/Dispatcher/Dispatcher.py index d66dd04e..66156620 100755 --- a/servers/Dispatcher/Dispatcher.py +++ b/servers/Dispatcher/Dispatcher.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/ElectionsServer/ElectionsServer.py b/servers/ElectionsServer/ElectionsServer.py index e5f3b19e..d0b730fb 100755 --- a/servers/ElectionsServer/ElectionsServer.py +++ b/servers/ElectionsServer/ElectionsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/ForumsServer/ForumsServer.py b/servers/ForumsServer/ForumsServer.py index 28de5a9d..dc9f0505 100755 --- a/servers/ForumsServer/ForumsServer.py +++ b/servers/ForumsServer/ForumsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/Gateway/Gateway.py b/servers/Gateway/Gateway.py index f830eec5..4c6a71b2 100755 --- a/servers/Gateway/Gateway.py +++ b/servers/Gateway/Gateway.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/GradesServer/GradesServer.py b/servers/GradesServer/GradesServer.py index 8cddc706..86c73751 100755 --- a/servers/GradesServer/GradesServer.py +++ b/servers/GradesServer/GradesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/GroupsServer/GroupsServer.py b/servers/GroupsServer/GroupsServer.py index 8169da0b..27f18cad 100755 --- a/servers/GroupsServer/GroupsServer.py +++ b/servers/GroupsServer/GroupsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/PageNamesServer/PageNamesServer.py b/servers/PageNamesServer/PageNamesServer.py index 07bd4217..a82ab97a 100755 --- a/servers/PageNamesServer/PageNamesServer.py +++ b/servers/PageNamesServer/PageNamesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/PeopleServer/PeopleServer.py b/servers/PeopleServer/PeopleServer.py index 389084ba..00b6fbd9 100755 --- a/servers/PeopleServer/PeopleServer.py +++ b/servers/PeopleServer/PeopleServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/PreferencesServer/PreferencesServer.py b/servers/PreferencesServer/PreferencesServer.py index 3589cb44..0e2178e5 100755 --- a/servers/PreferencesServer/PreferencesServer.py +++ b/servers/PreferencesServer/PreferencesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/RubricsServer/RubricsServer.py b/servers/RubricsServer/RubricsServer.py index 249f43b2..5a690628 100755 --- a/servers/RubricsServer/RubricsServer.py +++ b/servers/RubricsServer/RubricsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/SessionsServer/SessionsServer.py b/servers/SessionsServer/SessionsServer.py index f3c94e9a..15943b8a 100755 --- a/servers/SessionsServer/SessionsServer.py +++ b/servers/SessionsServer/SessionsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/SystemFilesServer/SystemFilesServer.py b/servers/SystemFilesServer/SystemFilesServer.py index b08b8187..04c72b72 100755 --- a/servers/SystemFilesServer/SystemFilesServer.py +++ b/servers/SystemFilesServer/SystemFilesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/TranslationsServer/TranslationsServer.py b/servers/TranslationsServer/TranslationsServer.py index 97cef30b..9c520737 100755 --- a/servers/TranslationsServer/TranslationsServer.py +++ b/servers/TranslationsServer/TranslationsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/UploadFilesServer/UploadFilesServer.py b/servers/UploadFilesServer/UploadFilesServer.py index 8fb1269a..3b729101 100755 --- a/servers/UploadFilesServer/UploadFilesServer.py +++ b/servers/UploadFilesServer/UploadFilesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/VirtualHostsServer/VirtualHostsServer.py b/servers/VirtualHostsServer/VirtualHostsServer.py index a15ec743..24a0fb17 100755 --- a/servers/VirtualHostsServer/VirtualHostsServer.py +++ b/servers/VirtualHostsServer/VirtualHostsServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/servers/VotesServer/VotesServer.py b/servers/VotesServer/VotesServer.py index 06930387..7382458b 100755 --- a/servers/VotesServer/VotesServer.py +++ b/servers/VotesServer/VotesServer.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/__init__.py b/shared/__init__.py index f1a805b6..8c1b2f93 100644 --- a/shared/__init__.py +++ b/shared/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/AppointmentsCommon.py b/shared/common/AppointmentsCommon.py index c1881362..c09b145a 100644 --- a/shared/common/AppointmentsCommon.py +++ b/shared/common/AppointmentsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/ArticlesCommon.py b/shared/common/ArticlesCommon.py index 85fa6c67..db6c1d39 100644 --- a/shared/common/ArticlesCommon.py +++ b/shared/common/ArticlesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/AtomsCommon.py b/shared/common/AtomsCommon.py index e14035a9..2722bc61 100644 --- a/shared/common/AtomsCommon.py +++ b/shared/common/AtomsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/AuthenticationCommon.py b/shared/common/AuthenticationCommon.py index 37d05f95..a0d7fe6a 100644 --- a/shared/common/AuthenticationCommon.py +++ b/shared/common/AuthenticationCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/AuthenticationLdapCommon.py b/shared/common/AuthenticationLdapCommon.py index 823e2f48..7667a90c 100644 --- a/shared/common/AuthenticationLdapCommon.py +++ b/shared/common/AuthenticationLdapCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/AuthenticationLoginPasswordCommon.py b/shared/common/AuthenticationLoginPasswordCommon.py index b4fb3252..0e0e033f 100644 --- a/shared/common/AuthenticationLoginPasswordCommon.py +++ b/shared/common/AuthenticationLoginPasswordCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/CardsCommon.py b/shared/common/CardsCommon.py index fc060325..38b837cb 100644 --- a/shared/common/CardsCommon.py +++ b/shared/common/CardsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/CommentsCommon.py b/shared/common/CommentsCommon.py index fbc5aae7..30d7a96a 100644 --- a/shared/common/CommentsCommon.py +++ b/shared/common/CommentsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/ElectionsCommon.py b/shared/common/ElectionsCommon.py index 46ebf386..cd616886 100644 --- a/shared/common/ElectionsCommon.py +++ b/shared/common/ElectionsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/ForumsCommon.py b/shared/common/ForumsCommon.py index 28f667ef..6a4f7e6c 100644 --- a/shared/common/ForumsCommon.py +++ b/shared/common/ForumsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/GradesCommon.py b/shared/common/GradesCommon.py index 74d31e3f..8cfddeb1 100644 --- a/shared/common/GradesCommon.py +++ b/shared/common/GradesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/GroupsCommon.py b/shared/common/GroupsCommon.py index 14a87fe1..958ec39c 100644 --- a/shared/common/GroupsCommon.py +++ b/shared/common/GroupsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/ObjectsCommon.py b/shared/common/ObjectsCommon.py index 9dadf331..b3c23bf1 100644 --- a/shared/common/ObjectsCommon.py +++ b/shared/common/ObjectsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/PageNamesCommon.py b/shared/common/PageNamesCommon.py index 66544647..6e3cdc7e 100644 --- a/shared/common/PageNamesCommon.py +++ b/shared/common/PageNamesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/PeopleCommon.py b/shared/common/PeopleCommon.py index f8c63de0..a4067ccd 100644 --- a/shared/common/PeopleCommon.py +++ b/shared/common/PeopleCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/PreferencesCommon.py b/shared/common/PreferencesCommon.py index ab95d879..39486c21 100644 --- a/shared/common/PreferencesCommon.py +++ b/shared/common/PreferencesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/RubricsCommon.py b/shared/common/RubricsCommon.py index 2cf24706..12a6b76e 100644 --- a/shared/common/RubricsCommon.py +++ b/shared/common/RubricsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/SystemFilesCommon.py b/shared/common/SystemFilesCommon.py index 821c14cf..bb1ffa94 100644 --- a/shared/common/SystemFilesCommon.py +++ b/shared/common/SystemFilesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/TranslationsCommon.py b/shared/common/TranslationsCommon.py index 130b6c11..b6c561ab 100644 --- a/shared/common/TranslationsCommon.py +++ b/shared/common/TranslationsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/UploadFilesCommon.py b/shared/common/UploadFilesCommon.py index 3cce2fbc..aba8daa7 100644 --- a/shared/common/UploadFilesCommon.py +++ b/shared/common/UploadFilesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/VirtualHostsCommon.py b/shared/common/VirtualHostsCommon.py index 10524fd5..7da4c142 100644 --- a/shared/common/VirtualHostsCommon.py +++ b/shared/common/VirtualHostsCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/VotesCommon.py b/shared/common/VotesCommon.py index 57a23728..957bb98c 100644 --- a/shared/common/VotesCommon.py +++ b/shared/common/VotesCommon.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/XhtmlGenerator.py b/shared/common/XhtmlGenerator.py index 02f2a0ab..1089f578 100755 --- a/shared/common/XhtmlGenerator.py +++ b/shared/common/XhtmlGenerator.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/__init__.py b/shared/common/__init__.py index a7cb644a..c292cfd7 100644 --- a/shared/common/__init__.py +++ b/shared/common/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/applications.py b/shared/common/applications.py index 74b65043..e03ca226 100644 --- a/shared/common/applications.py +++ b/shared/common/applications.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/cache.py b/shared/common/cache.py index acf1cee6..d63c7089 100644 --- a/shared/common/cache.py +++ b/shared/common/cache.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/context.py b/shared/common/context.py index a0742c66..fe24461f 100644 --- a/shared/common/context.py +++ b/shared/common/context.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/faults.py b/shared/common/faults.py index 49db7d9e..efbc0e66 100644 --- a/shared/common/faults.py +++ b/shared/common/faults.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/functions.py b/shared/common/functions.py index c6016d03..b8d9536a 100644 --- a/shared/common/functions.py +++ b/shared/common/functions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/geography.py b/shared/common/geography.py index a74b3bd2..0e9386e9 100644 --- a/shared/common/geography.py +++ b/shared/common/geography.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/gpg.py b/shared/common/gpg.py index d19362ed..21de5419 100644 --- a/shared/common/gpg.py +++ b/shared/common/gpg.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/kinds.py b/shared/common/kinds.py index eecc78cc..5134c88f 100644 --- a/shared/common/kinds.py +++ b/shared/common/kinds.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/parsers.py b/shared/common/parsers.py index 13e30b6d..2e5ad580 100644 --- a/shared/common/parsers.py +++ b/shared/common/parsers.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/properties.py b/shared/common/properties.py index 7f78c2a4..0a047935 100644 --- a/shared/common/properties.py +++ b/shared/common/properties.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/slots.py b/shared/common/slots.py index b4c80f00..4cc40c34 100644 --- a/shared/common/slots.py +++ b/shared/common/slots.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/system.py b/shared/common/system.py index 9cfb2aaa..0e2ac175 100644 --- a/shared/common/system.py +++ b/shared/common/system.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/things.py b/shared/common/things.py index 9a7bb319..b187b49e 100644 --- a/shared/common/things.py +++ b/shared/common/things.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/tools.py b/shared/common/tools.py index d98e77da..6a44c5a0 100644 --- a/shared/common/tools.py +++ b/shared/common/tools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/tools_new.py b/shared/common/tools_new.py index a6b5ca5a..3e1124ac 100644 --- a/shared/common/tools_new.py +++ b/shared/common/tools_new.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/translation.py b/shared/common/translation.py index 1b605c56..c573cf1e 100644 --- a/shared/common/translation.py +++ b/shared/common/translation.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/uploads.py b/shared/common/uploads.py index 47cbcee0..c62c9d7d 100644 --- a/shared/common/uploads.py +++ b/shared/common/uploads.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/values.py b/shared/common/values.py index f8832b11..a3defdad 100644 --- a/shared/common/values.py +++ b/shared/common/values.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/views.py b/shared/common/views.py index f2a99f33..a5dd4228 100644 --- a/shared/common/views.py +++ b/shared/common/views.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/widgets.py b/shared/common/widgets.py index c871b35d..75bb3669 100644 --- a/shared/common/widgets.py +++ b/shared/common/widgets.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/common/xhtmlgenerator.py b/shared/common/xhtmlgenerator.py index f4263565..aef8b8d2 100644 --- a/shared/common/xhtmlgenerator.py +++ b/shared/common/xhtmlgenerator.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gcurses/Articles.py b/shared/gcurses/Articles.py index b6b682d7..d62f00a0 100644 --- a/shared/gcurses/Articles.py +++ b/shared/gcurses/Articles.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gcurses/ObjectsCurses.py b/shared/gcurses/ObjectsCurses.py index d9b46f9f..de6edf2a 100644 --- a/shared/gcurses/ObjectsCurses.py +++ b/shared/gcurses/ObjectsCurses.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gcurses/Rubrics.py b/shared/gcurses/Rubrics.py index fbe7ac5b..bf7606fd 100644 --- a/shared/gcurses/Rubrics.py +++ b/shared/gcurses/Rubrics.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gcurses/__init__.py b/shared/gcurses/__init__.py index 71bea04a..30d0a4ce 100644 --- a/shared/gcurses/__init__.py +++ b/shared/gcurses/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Emmanuel Raviart # diff --git a/shared/gcurses/tools.py b/shared/gcurses/tools.py index 646dd04f..6ad7bead 100644 --- a/shared/gcurses/tools.py +++ b/shared/gcurses/tools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/AppointmentsGtk.py b/shared/gtk/AppointmentsGtk.py index a6b4e48f..8315c249 100644 --- a/shared/gtk/AppointmentsGtk.py +++ b/shared/gtk/AppointmentsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/ArticlesGtk.py b/shared/gtk/ArticlesGtk.py index 3952d95c..f10643a8 100644 --- a/shared/gtk/ArticlesGtk.py +++ b/shared/gtk/ArticlesGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/AtomsGtk.py b/shared/gtk/AtomsGtk.py index 4d9f7f8a..22dfe5bd 100644 --- a/shared/gtk/AtomsGtk.py +++ b/shared/gtk/AtomsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/CommentsGtk.py b/shared/gtk/CommentsGtk.py index a1316c89..61f61700 100644 --- a/shared/gtk/CommentsGtk.py +++ b/shared/gtk/CommentsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/GlasnostGui.py b/shared/gtk/GlasnostGui.py index c3056db4..90be22a7 100644 --- a/shared/gtk/GlasnostGui.py +++ b/shared/gtk/GlasnostGui.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/GroupsGtk.py b/shared/gtk/GroupsGtk.py index 46defb6b..9f8d79f2 100644 --- a/shared/gtk/GroupsGtk.py +++ b/shared/gtk/GroupsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/LoginBox.py b/shared/gtk/LoginBox.py index eebe0386..1003ae6e 100644 --- a/shared/gtk/LoginBox.py +++ b/shared/gtk/LoginBox.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/MainWindow.py b/shared/gtk/MainWindow.py index 4ead8fd1..d77b94e4 100644 --- a/shared/gtk/MainWindow.py +++ b/shared/gtk/MainWindow.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/MiniBrowser.py b/shared/gtk/MiniBrowser.py index 8fe19e2e..7d2a6e52 100644 --- a/shared/gtk/MiniBrowser.py +++ b/shared/gtk/MiniBrowser.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/ObjectsGtk.py b/shared/gtk/ObjectsGtk.py index bbdd47bb..7aae34f4 100644 --- a/shared/gtk/ObjectsGtk.py +++ b/shared/gtk/ObjectsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/PageNamesGtk.py b/shared/gtk/PageNamesGtk.py index 097fe566..f185fde4 100644 --- a/shared/gtk/PageNamesGtk.py +++ b/shared/gtk/PageNamesGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/PeopleGtk.py b/shared/gtk/PeopleGtk.py index e6716a08..15652ce3 100644 --- a/shared/gtk/PeopleGtk.py +++ b/shared/gtk/PeopleGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/RubricsGtk.py b/shared/gtk/RubricsGtk.py index 5f68d915..9b8cf445 100644 --- a/shared/gtk/RubricsGtk.py +++ b/shared/gtk/RubricsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/SearchWindow.py b/shared/gtk/SearchWindow.py index a693dc7c..6403e93e 100644 --- a/shared/gtk/SearchWindow.py +++ b/shared/gtk/SearchWindow.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/SessionsManager.py b/shared/gtk/SessionsManager.py index 133aee34..a5246e10 100644 --- a/shared/gtk/SessionsManager.py +++ b/shared/gtk/SessionsManager.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/SystemFilesGtk.py b/shared/gtk/SystemFilesGtk.py index 78c5b10a..41b85c66 100644 --- a/shared/gtk/SystemFilesGtk.py +++ b/shared/gtk/SystemFilesGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/TasksGtk.py b/shared/gtk/TasksGtk.py index 2e103013..5f5d7ce1 100644 --- a/shared/gtk/TasksGtk.py +++ b/shared/gtk/TasksGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/UploadFilesGtk.py b/shared/gtk/UploadFilesGtk.py index 963ea021..71985819 100644 --- a/shared/gtk/UploadFilesGtk.py +++ b/shared/gtk/UploadFilesGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/VirtualHostsGtk.py b/shared/gtk/VirtualHostsGtk.py index 9f02fc47..a191b240 100644 --- a/shared/gtk/VirtualHostsGtk.py +++ b/shared/gtk/VirtualHostsGtk.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/__init__.py b/shared/gtk/__init__.py index 3ea722d6..e203cac4 100644 --- a/shared/gtk/__init__.py +++ b/shared/gtk/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/functions.py b/shared/gtk/functions.py index 6df94af2..6f5aba19 100644 --- a/shared/gtk/functions.py +++ b/shared/gtk/functions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/kinds.py b/shared/gtk/kinds.py index 086c3e3c..f795db22 100644 --- a/shared/gtk/kinds.py +++ b/shared/gtk/kinds.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/properties.py b/shared/gtk/properties.py index 713e976e..50810154 100644 --- a/shared/gtk/properties.py +++ b/shared/gtk/properties.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/sessions.py b/shared/gtk/sessions.py index b2c0573b..77d00cd1 100644 --- a/shared/gtk/sessions.py +++ b/shared/gtk/sessions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/things.py b/shared/gtk/things.py index ae3d203e..5f4b7560 100644 --- a/shared/gtk/things.py +++ b/shared/gtk/things.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/tools.py b/shared/gtk/tools.py index 874aeb53..bddec013 100644 --- a/shared/gtk/tools.py +++ b/shared/gtk/tools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/uploads.py b/shared/gtk/uploads.py index d3dc4782..f0cdcf6b 100644 --- a/shared/gtk/uploads.py +++ b/shared/gtk/uploads.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/values.py b/shared/gtk/values.py index 51a67913..d04e10e5 100644 --- a/shared/gtk/values.py +++ b/shared/gtk/values.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/views.py b/shared/gtk/views.py index 8065100e..e1c63099 100644 --- a/shared/gtk/views.py +++ b/shared/gtk/views.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/gtk/widgets.py b/shared/gtk/widgets.py index 02fdd934..2ebbbe30 100644 --- a/shared/gtk/widgets.py +++ b/shared/gtk/widgets.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/AppointmentsProxy.py b/shared/proxy/AppointmentsProxy.py index d87461ef..59a11ba6 100644 --- a/shared/proxy/AppointmentsProxy.py +++ b/shared/proxy/AppointmentsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/ArticlesProxy.py b/shared/proxy/ArticlesProxy.py index 08c5e6d1..e3eff1c9 100644 --- a/shared/proxy/ArticlesProxy.py +++ b/shared/proxy/ArticlesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/AtomsProxy.py b/shared/proxy/AtomsProxy.py index 0659698b..68c4f357 100644 --- a/shared/proxy/AtomsProxy.py +++ b/shared/proxy/AtomsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/AuthenticationLdapProxy.py b/shared/proxy/AuthenticationLdapProxy.py index df1c094d..f81143f2 100644 --- a/shared/proxy/AuthenticationLdapProxy.py +++ b/shared/proxy/AuthenticationLdapProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/AuthenticationLoginPasswordProxy.py b/shared/proxy/AuthenticationLoginPasswordProxy.py index 766e427e..448bd2eb 100644 --- a/shared/proxy/AuthenticationLoginPasswordProxy.py +++ b/shared/proxy/AuthenticationLoginPasswordProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/AuthenticationProxy.py b/shared/proxy/AuthenticationProxy.py index 268c97a5..2082f922 100644 --- a/shared/proxy/AuthenticationProxy.py +++ b/shared/proxy/AuthenticationProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/BallotsProxy.py b/shared/proxy/BallotsProxy.py index 839cd0fc..9b3feb66 100644 --- a/shared/proxy/BallotsProxy.py +++ b/shared/proxy/BallotsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/CacheProxy.py b/shared/proxy/CacheProxy.py index eae9ab15..5bc8445f 100644 --- a/shared/proxy/CacheProxy.py +++ b/shared/proxy/CacheProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/CardsProxy.py b/shared/proxy/CardsProxy.py index 37965dd6..ad58e84b 100644 --- a/shared/proxy/CardsProxy.py +++ b/shared/proxy/CardsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/CommentsProxy.py b/shared/proxy/CommentsProxy.py index cfd13c99..387ddec3 100644 --- a/shared/proxy/CommentsProxy.py +++ b/shared/proxy/CommentsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/DispatcherProxy.py b/shared/proxy/DispatcherProxy.py index ebdf801b..5389838b 100644 --- a/shared/proxy/DispatcherProxy.py +++ b/shared/proxy/DispatcherProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/ElectionsProxy.py b/shared/proxy/ElectionsProxy.py index 5c21c386..51a97ce7 100644 --- a/shared/proxy/ElectionsProxy.py +++ b/shared/proxy/ElectionsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/ForumsProxy.py b/shared/proxy/ForumsProxy.py index c9a6a283..96b47dab 100644 --- a/shared/proxy/ForumsProxy.py +++ b/shared/proxy/ForumsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/GradesProxy.py b/shared/proxy/GradesProxy.py index d28a9ac1..5b4ad8c2 100644 --- a/shared/proxy/GradesProxy.py +++ b/shared/proxy/GradesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/GroupsProxy.py b/shared/proxy/GroupsProxy.py index c540cae3..771a4659 100644 --- a/shared/proxy/GroupsProxy.py +++ b/shared/proxy/GroupsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/ObjectsProxy.py b/shared/proxy/ObjectsProxy.py index a33c5ffc..7277bdee 100644 --- a/shared/proxy/ObjectsProxy.py +++ b/shared/proxy/ObjectsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/PageNamesProxy.py b/shared/proxy/PageNamesProxy.py index ad52bc1d..2d84d702 100644 --- a/shared/proxy/PageNamesProxy.py +++ b/shared/proxy/PageNamesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/PeopleProxy.py b/shared/proxy/PeopleProxy.py index dbcbeebd..705b55e1 100644 --- a/shared/proxy/PeopleProxy.py +++ b/shared/proxy/PeopleProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/PreferencesProxy.py b/shared/proxy/PreferencesProxy.py index 01dce4aa..289abf32 100644 --- a/shared/proxy/PreferencesProxy.py +++ b/shared/proxy/PreferencesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/RubricsProxy.py b/shared/proxy/RubricsProxy.py index c777b56f..131892f6 100644 --- a/shared/proxy/RubricsProxy.py +++ b/shared/proxy/RubricsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/SessionsProxy.py b/shared/proxy/SessionsProxy.py index b62194a0..d754fa27 100644 --- a/shared/proxy/SessionsProxy.py +++ b/shared/proxy/SessionsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/SystemFilesProxy.py b/shared/proxy/SystemFilesProxy.py index 32a4f610..8edce517 100644 --- a/shared/proxy/SystemFilesProxy.py +++ b/shared/proxy/SystemFilesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/TranslationsProxy.py b/shared/proxy/TranslationsProxy.py index 801cbab4..92dad03c 100644 --- a/shared/proxy/TranslationsProxy.py +++ b/shared/proxy/TranslationsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/UploadFilesProxy.py b/shared/proxy/UploadFilesProxy.py index f4a5fcd3..a982d337 100644 --- a/shared/proxy/UploadFilesProxy.py +++ b/shared/proxy/UploadFilesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/VirtualHostsProxy.py b/shared/proxy/VirtualHostsProxy.py index c6131950..a025ec0e 100644 --- a/shared/proxy/VirtualHostsProxy.py +++ b/shared/proxy/VirtualHostsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/VotesProxy.py b/shared/proxy/VotesProxy.py index 193dfb40..3e2b3b85 100644 --- a/shared/proxy/VotesProxy.py +++ b/shared/proxy/VotesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/__init__.py b/shared/proxy/__init__.py index d2bfb84e..60f032ef 100644 --- a/shared/proxy/__init__.py +++ b/shared/proxy/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/functions.py b/shared/proxy/functions.py index 3fd3bff7..59ba10d5 100644 --- a/shared/proxy/functions.py +++ b/shared/proxy/functions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/kinds.py b/shared/proxy/kinds.py index 6ee02cb0..aff7e1b7 100644 --- a/shared/proxy/kinds.py +++ b/shared/proxy/kinds.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/properties.py b/shared/proxy/properties.py index d57ea0b6..bf9a8947 100644 --- a/shared/proxy/properties.py +++ b/shared/proxy/properties.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/things.py b/shared/proxy/things.py index 0a17a153..d00ec088 100644 --- a/shared/proxy/things.py +++ b/shared/proxy/things.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/tools.py b/shared/proxy/tools.py index 9921e17e..76dd2b67 100644 --- a/shared/proxy/tools.py +++ b/shared/proxy/tools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/tools_new.py b/shared/proxy/tools_new.py index e2ac5526..2e85cb55 100644 --- a/shared/proxy/tools_new.py +++ b/shared/proxy/tools_new.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/uploads.py b/shared/proxy/uploads.py index 099230ed..bb4574d4 100644 --- a/shared/proxy/uploads.py +++ b/shared/proxy/uploads.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/values.py b/shared/proxy/values.py index e8d43e86..e46a78e2 100644 --- a/shared/proxy/values.py +++ b/shared/proxy/values.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/views.py b/shared/proxy/views.py index 6fe3553e..36813c37 100644 --- a/shared/proxy/views.py +++ b/shared/proxy/views.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/proxy/widgets.py b/shared/proxy/widgets.py index 50e921a6..645c6303 100644 --- a/shared/proxy/widgets.py +++ b/shared/proxy/widgets.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/ObjectsServer.py b/shared/server/ObjectsServer.py index ed35e057..47233c85 100644 --- a/shared/server/ObjectsServer.py +++ b/shared/server/ObjectsServer.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/__init__.py b/shared/server/__init__.py index e0029a6a..de2b5721 100644 --- a/shared/server/__init__.py +++ b/shared/server/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/functions.py b/shared/server/functions.py index 9727b9a1..4335282e 100644 --- a/shared/server/functions.py +++ b/shared/server/functions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/kinds.py b/shared/server/kinds.py index f83dbfd7..65c523cf 100644 --- a/shared/server/kinds.py +++ b/shared/server/kinds.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/properties.py b/shared/server/properties.py index e52ffdc8..7578ce24 100644 --- a/shared/server/properties.py +++ b/shared/server/properties.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/things.py b/shared/server/things.py index b6a1765b..57fb942e 100644 --- a/shared/server/things.py +++ b/shared/server/things.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/tools.py b/shared/server/tools.py index 814be328..093c3c36 100644 --- a/shared/server/tools.py +++ b/shared/server/tools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/uploads.py b/shared/server/uploads.py index 6479b09d..66badc99 100644 --- a/shared/server/uploads.py +++ b/shared/server/uploads.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/values.py b/shared/server/values.py index 155938a4..d67a627e 100644 --- a/shared/server/values.py +++ b/shared/server/values.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/views.py b/shared/server/views.py index a0985f94..55db80c0 100644 --- a/shared/server/views.py +++ b/shared/server/views.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/widgets.py b/shared/server/widgets.py index ee445b31..149f310a 100644 --- a/shared/server/widgets.py +++ b/shared/server/widgets.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/server/xmlrpcServer.py b/shared/server/xmlrpcServer.py index 8e207ce5..7105a846 100644 --- a/shared/server/xmlrpcServer.py +++ b/shared/server/xmlrpcServer.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/AppointmentsWeb.py b/shared/web/AppointmentsWeb.py index d490d72c..1bb48ac3 100644 --- a/shared/web/AppointmentsWeb.py +++ b/shared/web/AppointmentsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/ArticlesWeb.py b/shared/web/ArticlesWeb.py index ea2bea46..f64e1f73 100644 --- a/shared/web/ArticlesWeb.py +++ b/shared/web/ArticlesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/AtomsWeb.py b/shared/web/AtomsWeb.py index 2b3af3f0..073bd14f 100644 --- a/shared/web/AtomsWeb.py +++ b/shared/web/AtomsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/AuthenticationLoginPasswordWeb.py b/shared/web/AuthenticationLoginPasswordWeb.py index 56de1241..cd61892b 100644 --- a/shared/web/AuthenticationLoginPasswordWeb.py +++ b/shared/web/AuthenticationLoginPasswordWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/AuthenticationWeb.py b/shared/web/AuthenticationWeb.py index fc7a1fed..49cf0849 100644 --- a/shared/web/AuthenticationWeb.py +++ b/shared/web/AuthenticationWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/BallotsWeb.py b/shared/web/BallotsWeb.py index 1f4cfc58..e7749a7d 100644 --- a/shared/web/BallotsWeb.py +++ b/shared/web/BallotsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/CardsWeb.py b/shared/web/CardsWeb.py index d7e89ce8..b8c67c99 100644 --- a/shared/web/CardsWeb.py +++ b/shared/web/CardsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/CommentsWeb.py b/shared/web/CommentsWeb.py index d11a9f78..e613e691 100644 --- a/shared/web/CommentsWeb.py +++ b/shared/web/CommentsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/ElectionsWeb.py b/shared/web/ElectionsWeb.py index 2b58176b..013f3995 100644 --- a/shared/web/ElectionsWeb.py +++ b/shared/web/ElectionsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/ForumsWeb.py b/shared/web/ForumsWeb.py index cf193db9..2d80d481 100644 --- a/shared/web/ForumsWeb.py +++ b/shared/web/ForumsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/GlasnostTALDriver.py b/shared/web/GlasnostTALDriver.py index bfc31071..b38ade80 100644 --- a/shared/web/GlasnostTALDriver.py +++ b/shared/web/GlasnostTALDriver.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/GlasnostTALEngine.py b/shared/web/GlasnostTALEngine.py index 7d4e86a5..7314e96a 100644 --- a/shared/web/GlasnostTALEngine.py +++ b/shared/web/GlasnostTALEngine.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/GlasnostTALGenerator.py b/shared/web/GlasnostTALGenerator.py index 4921505f..c13a8821 100644 --- a/shared/web/GlasnostTALGenerator.py +++ b/shared/web/GlasnostTALGenerator.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/GradesWeb.py b/shared/web/GradesWeb.py index 6b9080ed..6921ad33 100644 --- a/shared/web/GradesWeb.py +++ b/shared/web/GradesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/Graphs.py b/shared/web/Graphs.py index 3810eab2..d1a9d1a3 100644 --- a/shared/web/Graphs.py +++ b/shared/web/Graphs.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/GroupsWeb.py b/shared/web/GroupsWeb.py index 6ec00346..aec9a1e9 100644 --- a/shared/web/GroupsWeb.py +++ b/shared/web/GroupsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/ObjectsWeb.py b/shared/web/ObjectsWeb.py index 75d8e140..d5de13da 100644 --- a/shared/web/ObjectsWeb.py +++ b/shared/web/ObjectsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/PageNamesWeb.py b/shared/web/PageNamesWeb.py index 5c2c5858..6665b0ae 100644 --- a/shared/web/PageNamesWeb.py +++ b/shared/web/PageNamesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/PeopleWeb.py b/shared/web/PeopleWeb.py index 76b7c83c..1d8993b5 100644 --- a/shared/web/PeopleWeb.py +++ b/shared/web/PeopleWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/PreferencesWeb.py b/shared/web/PreferencesWeb.py index 2d826cb5..472725b6 100644 --- a/shared/web/PreferencesWeb.py +++ b/shared/web/PreferencesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/RubricsWeb.py b/shared/web/RubricsWeb.py index 06bcbdce..9849b8e1 100644 --- a/shared/web/RubricsWeb.py +++ b/shared/web/RubricsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/SystemFilesWeb.py b/shared/web/SystemFilesWeb.py index 8b99a688..639be604 100644 --- a/shared/web/SystemFilesWeb.py +++ b/shared/web/SystemFilesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/TranslationsWeb.py b/shared/web/TranslationsWeb.py index eaa747f6..f3b987ba 100644 --- a/shared/web/TranslationsWeb.py +++ b/shared/web/TranslationsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/UploadFilesWeb.py b/shared/web/UploadFilesWeb.py index f04eb0a1..6b7f960d 100644 --- a/shared/web/UploadFilesWeb.py +++ b/shared/web/UploadFilesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/VirtualHostsWeb.py b/shared/web/VirtualHostsWeb.py index b6b3dfb6..6453d82c 100644 --- a/shared/web/VirtualHostsWeb.py +++ b/shared/web/VirtualHostsWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/VotesWeb.py b/shared/web/VotesWeb.py index efaa05aa..52fd2de3 100644 --- a/shared/web/VotesWeb.py +++ b/shared/web/VotesWeb.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/WebAPI.py b/shared/web/WebAPI.py index d0307c79..714c7c67 100644 --- a/shared/web/WebAPI.py +++ b/shared/web/WebAPI.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/__init__.py b/shared/web/__init__.py index 40caedf4..b7de3f91 100644 --- a/shared/web/__init__.py +++ b/shared/web/__init__.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/calendaring.py b/shared/web/calendaring.py index 037fd281..5d639547 100644 --- a/shared/web/calendaring.py +++ b/shared/web/calendaring.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/functions.py b/shared/web/functions.py index e674e40f..c23f2b80 100644 --- a/shared/web/functions.py +++ b/shared/web/functions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/geography.py b/shared/web/geography.py index 8d9e9d9d..dcffa0d8 100644 --- a/shared/web/geography.py +++ b/shared/web/geography.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/kinds.py b/shared/web/kinds.py index 74934c8b..675684cc 100644 --- a/shared/web/kinds.py +++ b/shared/web/kinds.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/properties.py b/shared/web/properties.py index 75f468ee..c6e231fa 100644 --- a/shared/web/properties.py +++ b/shared/web/properties.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/things.py b/shared/web/things.py index ffbabf2c..1931d8ec 100644 --- a/shared/web/things.py +++ b/shared/web/things.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/tools.py b/shared/web/tools.py index fb957359..4a3907c6 100644 --- a/shared/web/tools.py +++ b/shared/web/tools.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/tools_new.py b/shared/web/tools_new.py index 40c77925..6c801cb9 100644 --- a/shared/web/tools_new.py +++ b/shared/web/tools_new.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/translation.py b/shared/web/translation.py index dfd0fd5b..4f123ae1 100644 --- a/shared/web/translation.py +++ b/shared/web/translation.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/uploads.py b/shared/web/uploads.py index 713aed4f..75ee3efd 100644 --- a/shared/web/uploads.py +++ b/shared/web/uploads.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/values.py b/shared/web/values.py index 51a67913..d04e10e5 100644 --- a/shared/web/values.py +++ b/shared/web/values.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/views.py b/shared/web/views.py index 400cf3f0..fcd3495b 100644 --- a/shared/web/views.py +++ b/shared/web/views.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/shared/web/widgets.py b/shared/web/widgets.py index 00fccf71..5ed06233 100644 --- a/shared/web/widgets.py +++ b/shared/web/widgets.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/system/articles.py b/system/articles.py index 55a34cf8..3c382f0d 100755 --- a/system/articles.py +++ b/system/articles.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/system/generate-system.py b/system/generate-system.py index 4b4fdafb..0276c8e7 100755 --- a/system/generate-system.py +++ b/system/generate-system.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/system/groups.py b/system/groups.py index 06d01ae4..523aa98d 100755 --- a/system/groups.py +++ b/system/groups.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/system/uploadfiles.py b/system/uploadfiles.py index 6809e2d8..a1838666 100755 --- a/system/uploadfiles.py +++ b/system/uploadfiles.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/AppointmentsWeb.py b/tests/AppointmentsWeb.py index 949b0b9e..9d11fa3e 100644 --- a/tests/AppointmentsWeb.py +++ b/tests/AppointmentsWeb.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/ArticlesProxy.py b/tests/ArticlesProxy.py index eeec6f04..ae2c4aa0 100755 --- a/tests/ArticlesProxy.py +++ b/tests/ArticlesProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/AuthenticationProxy.py b/tests/AuthenticationProxy.py index b8e83d46..f6bf9057 100755 --- a/tests/AuthenticationProxy.py +++ b/tests/AuthenticationProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/CardsProxy.py b/tests/CardsProxy.py index 3aac0763..476e8a66 100755 --- a/tests/CardsProxy.py +++ b/tests/CardsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/DataflowsProxy.py b/tests/DataflowsProxy.py index 13240d54..2e125475 100755 --- a/tests/DataflowsProxy.py +++ b/tests/DataflowsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/GroupsProxy.py b/tests/GroupsProxy.py index e88f3859..6226e503 100755 --- a/tests/GroupsProxy.py +++ b/tests/GroupsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/PeopleProxy.py b/tests/PeopleProxy.py index 2985ea16..85ee91c7 100755 --- a/tests/PeopleProxy.py +++ b/tests/PeopleProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/TestCase.py b/tests/TestCase.py index 0e30fe71..9f03aadc 100755 --- a/tests/TestCase.py +++ b/tests/TestCase.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/VirtualHostsProxy.py b/tests/VirtualHostsProxy.py index f8934c84..d2649be0 100644 --- a/tests/VirtualHostsProxy.py +++ b/tests/VirtualHostsProxy.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/definitions.py b/tests/definitions.py index 969dc9b6..f60538d6 100644 --- a/tests/definitions.py +++ b/tests/definitions.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/empty.py b/tests/empty.py index f0b00031..8a36ab83 100755 --- a/tests/empty.py +++ b/tests/empty.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/getemailpassword.py b/tests/getemailpassword.py index 4b7ea016..747592ea 100644 --- a/tests/getemailpassword.py +++ b/tests/getemailpassword.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/kinds.py b/tests/kinds.py index a968277b..41b1cef0 100644 --- a/tests/kinds.py +++ b/tests/kinds.py @@ -1,4 +1,6 @@ # -*- coding: iso-8859-15 -*- + + # Glasnost # By: Odile Bénassy # Romain Chantereau diff --git a/tests/launch.py b/tests/launch.py index bbaf6ca0..47a9d14a 100755 --- a/tests/launch.py +++ b/tests/launch.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- coding: iso-8859-15 -*- -# + + # Glasnost # By: Odile Bénassy # Romain Chantereau