From 08cda773b0f6d001efaa070f54ab82548428dd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 6 Sep 2015 19:56:02 +0200 Subject: [PATCH] proprio.__slots__ accueille une nouvelle variable --- objets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objets.py b/objets.py index 2d52637..6867dc9 100644 --- a/objets.py +++ b/objets.py @@ -862,7 +862,7 @@ class InetOrgPerson(CransLdapObject): class proprio(CransLdapObject): u""" Un propriétaire de machine (adhérent, club…) """ - __slots__ = ("_machines", "_factures", "full") + __slots__ = ("_machines", "_factures", "full", '_factures_last_update') can_be_by = { variables.created: [ attributs.nounou,