From f37092b94f1c69a6ae7a45ce90a04ad026fa3bca Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 16 Oct 2010 15:46:09 +0200 Subject: [PATCH] =?UTF-8?q?[attributs]=20normalize=20est=20obsol=C3=A8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- attributs.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/attributs.py b/attributs.py index 0f8e725..18cee40 100644 --- a/attributs.py +++ b/attributs.py @@ -97,10 +97,6 @@ class Attr(object): self._check_uniqueness() self._check_users_restrictions(own_values) - def normalize(self, values, uldif): - "normalizes" - return values - def _check_cardinality(self, values): """Vérifie qu'il y a un nombre correct de valeur =1, <=1, {0,1}, etc..."""