diff --git a/re2o/contributors.py b/re2o/contributors.py index 951acc47..92b349a5 100644 --- a/re2o/contributors.py +++ b/re2o/contributors.py @@ -1,3 +1,4 @@ +# -*- mode: python; coding: utf-8 -*- """re2o.contributors A list of the proud contributors to Re2o """ diff --git a/re2o/urls.py b/re2o/urls.py index d1e11d52..39f51ec3 100644 --- a/re2o/urls.py +++ b/re2o/urls.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/views.py b/re2o/views.py index 8db2b4ea..1f9e6ab8 100644 --- a/re2o/views.py +++ b/re2o/views.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/urls.py b/users/urls.py index f5114600..5515dd29 100644 --- a/users/urls.py +++ b/users/urls.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/views.py b/users/views.py index a4f4ea83..ca7438df 100644 --- a/users/views.py +++ b/users/views.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.