Browse Source

Problème avec les accents, coding utf8

test_david
Gabriel Detraz 9 years ago
committed by root
parent
commit
15f910c580
  1. 2
      freeradius_utils/auth.py

2
freeradius_utils/auth.py

@ -1,3 +1,4 @@
# ⁻*- mode: python; coding: utf-8 -*-
# Re2o est un logiciel d'administration développé initiallement au rezometz. Il # 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 # se veut agnostique au réseau considéré, de manière à être installable en
# quelques clics. # quelques clics.
@ -20,7 +21,6 @@
# with this program; if not, write to the Free Software Foundation, Inc., # with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# ⁻*- mode: python; coding: utf-8 -*-
""" """
Backend python pour freeradius. Backend python pour freeradius.

Loading…
Cancel
Save