From 2c6697a269ffa68fad0e6f13ee2a1f9fa3912601 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Sun, 7 Jan 2018 02:29:26 +0100 Subject: [PATCH] =?UTF-8?q?Compatibilit=C3=A9=20python2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cotisations/acl.py | 1 + logs/acl.py | 1 + machines/acl.py | 1 + preferences/acl.py | 1 + search/acl.py | 1 + topologie/acl.py | 1 + users/acl.py | 1 + 7 files changed, 7 insertions(+) diff --git a/cotisations/acl.py b/cotisations/acl.py index 97032bbb..868e3411 100644 --- a/cotisations/acl.py +++ b/cotisations/acl.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/acl.py b/logs/acl.py index fc980db4..4a1417f6 100644 --- a/logs/acl.py +++ b/logs/acl.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/acl.py b/machines/acl.py index 6b6da213..f77a93c7 100644 --- a/machines/acl.py +++ b/machines/acl.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/acl.py b/preferences/acl.py index 90deaf23..8ffb4c9b 100644 --- a/preferences/acl.py +++ b/preferences/acl.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/acl.py b/search/acl.py index 0f8684b2..5c80e473 100644 --- a/search/acl.py +++ b/search/acl.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/acl.py b/topologie/acl.py index 38b5198a..aa6adbde 100644 --- a/topologie/acl.py +++ b/topologie/acl.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/acl.py b/users/acl.py index 5f297b5c..2e82b0f3 100644 --- a/users/acl.py +++ b/users/acl.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.