From 4858953064211e1b15f638050232d1dc65b1c71c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Tue, 22 Sep 2015 21:18:27 +0200 Subject: [PATCH] =?UTF-8?q?=5Fslots=20doit=20=C3=AAtre=20mis=20=C3=A0=20jo?= =?UTF-8?q?ur=20quand=20on=20ajoute=20des=20attributs=20=C3=A0=20un=20obje?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index d98a3dc..5687bce 100644 --- a/attributs.py +++ b/attributs.py @@ -637,7 +637,7 @@ class generalizedTimeFormat(Attr): une donnée de temps suivant la RFC 4517 """ - __slots__ = ("_stamp",) + __slots__ = ("_stamp", "_datetime",) default = "19700101000000Z" def __float__(self):