From 5c390df52925b894bcac27d47d72d89a6824f3cf Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sun, 17 Oct 2010 16:18:26 +0200 Subject: [PATCH] [attributs] inAttr->intAttr --- attributs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributs.py b/attributs.py index b2628ec..d5fc04b 100644 --- a/attributs.py +++ b/attributs.py @@ -147,7 +147,7 @@ class aid(intAttr): optional = True legend = u"Identifiant de l'adhérent" -class uid(inAttr): +class uid(intAttr): singlevalue = True option = False legend = u"L'identifiant canonique de l'adhérent"