From ece940a52e4c1a5105f0a5103ac07c6e5b59ea8a Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sun, 28 Sep 2014 16:28:40 +0200 Subject: [PATCH] AssociationCrans: Nom() => nom() --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index b81a34c5..dd252c8b 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -4268,7 +4268,7 @@ class AssociationCrans(_FakeProprio): """ Classe définissant l'assoce (pour affichage de ses machines) """ def __init__(self, conn=None): _FakeProprio.__init__(self, conn) - def Nom(self): + def nom(self): return "Crans" def chbre(self): return "CRA"