From f55be5d0dec3788ebe8ea39357c1acb65b4e9c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 4 Mar 2013 06:28:39 +0100 Subject: [PATCH] [attributs] Typo --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index 64e1369..cab2ceb 100644 --- a/attributs.py +++ b/attributs.py @@ -596,7 +596,7 @@ class positionBorne(Attr): self.value = u"%f %f" % (float(lat), float(lon)) class nvram(Attr): - legend u"Configuration speciale" + legend = u"Configuration speciale" optional = True can_modify = [nounou]