From 17efae121c369e7dcd83933991321dbe61f828a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 30 May 2013 03:05:02 +0200 Subject: [PATCH] =?UTF-8?q?[lc=5Fldap]=20Putain=20de=20merge=20conflict=20?= =?UTF-8?q?=C3=A0=20la=20con=20bis.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- objets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objets.py b/objets.py index 729380d..005d281 100644 --- a/objets.py +++ b/objets.py @@ -128,7 +128,7 @@ class CransLdapObject(object): # L'objet sortant de la base ldap, on ne fait pas de vérifications sur # l'état des données. - uldif = lc_ldap.ldif_to_ldif(ldif) + uldif = lc_ldap.ldif_to_uldif(ldif) self.attrs = attributs.AttrsDict(self.conn, uldif, Parent=self) self._modifs = attributs.AttrsDict(self.conn, uldif, Parent=self)