diff --git a/cotisations/__init__.py b/cotisations/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/cotisations/__init__.py +++ b/cotisations/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/cotisations/admin.py b/cotisations/admin.py index 3699e023..f5954561 100644 --- a/cotisations/admin.py +++ b/cotisations/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/cotisations/models.py b/cotisations/models.py index a25ed445..9778a2d1 100644 --- a/cotisations/models.py +++ b/cotisations/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/logs/__init__.py b/logs/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/logs/__init__.py +++ b/logs/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/logs/admin.py b/logs/admin.py index 58588fb6..5b3e9c9d 100644 --- a/logs/admin.py +++ b/logs/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/logs/models.py b/logs/models.py index da2fa057..c545ba5e 100644 --- a/logs/models.py +++ b/logs/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/machines/__init__.py b/machines/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/machines/__init__.py +++ b/machines/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/machines/admin.py b/machines/admin.py index ee016831..34880d9f 100644 --- a/machines/admin.py +++ b/machines/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/machines/models.py b/machines/models.py index 89486352..8e67f8f3 100644 --- a/machines/models.py +++ b/machines/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/preferences/admin.py b/preferences/admin.py index 867596fe..f3c8bf6a 100644 --- a/preferences/admin.py +++ b/preferences/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/preferences/models.py b/preferences/models.py index b56faf3d..2778ed99 100644 --- a/preferences/models.py +++ b/preferences/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/re2o/__init__.py b/re2o/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/re2o/__init__.py +++ b/re2o/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/re2o/settings.py b/re2o/settings.py index c64a7b51..1502b0ef 100644 --- a/re2o/settings.py +++ b/re2o/settings.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/search/__init__.py b/search/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/search/__init__.py +++ b/search/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/search/admin.py b/search/admin.py index 58588fb6..5b3e9c9d 100644 --- a/search/admin.py +++ b/search/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/search/models.py b/search/models.py index 1b008654..23f3607a 100644 --- a/search/models.py +++ b/search/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/topologie/__init__.py b/topologie/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/topologie/__init__.py +++ b/topologie/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/topologie/admin.py b/topologie/admin.py index f998f3bd..a0ef25b8 100644 --- a/topologie/admin.py +++ b/topologie/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/topologie/models.py b/topologie/models.py index ac34e38c..e2dc0b33 100644 --- a/topologie/models.py +++ b/topologie/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/users/__init__.py b/users/__init__.py index 20abb0d2..fc1be5d7 100644 --- a/users/__init__.py +++ b/users/__init__.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/users/admin.py b/users/admin.py index 1b3c7d5c..a5e423a3 100644 --- a/users/admin.py +++ b/users/admin.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/users/forms.py b/users/forms.py index 3bcde523..62bbf475 100644 --- a/users/forms.py +++ b/users/forms.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics. diff --git a/users/models.py b/users/models.py index 4034a2f3..4107c3d0 100644 --- a/users/models.py +++ b/users/models.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- # Re2o est un logiciel d'administration développé initiallement au rezometz. Il # se veut agnostique au réseau considéré, de manière à être installable en # quelques clics.