From 45db95881928c4ea8eafda8ba02371ed6e21c071 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 17 Oct 2010 13:29:45 +0200 Subject: [PATCH] [attributs] host dans CRANS_ATTRIBUTES --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index ecc77e8..ee22440 100644 --- a/attributs.py +++ b/attributs.py @@ -248,7 +248,6 @@ class solde(Attr): optional = True legend = u"Solde d'impression" - class host(Attr): singlevalue = True optional = False @@ -352,6 +351,7 @@ CRANS_ATTRIBUTES= { 'droits' : droits, 'solde' : solde, 'mid' : mid, +'host' : host, 'hostAlias' : hostAlias, 'ipsec' : ipsec, 'puissance' : puissance,