X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Ihm%2FI_VALIDATOR.py;h=ec414ba2eff2287e1a50f8a5fb0e4425d535cfc8;hb=9f4ff7ed9afd87c96e11d61e442e39e5511f60d1;hp=40014ead5c47ab23e21b3d7c5e08011e4f395939;hpb=16d5922e798b1254eb558678612711d72ed38b32;p=tools%2Feficas.git diff --git a/Ihm/I_VALIDATOR.py b/Ihm/I_VALIDATOR.py index 40014ead..ec414ba2 100644 --- a/Ihm/I_VALIDATOR.py +++ b/Ihm/I_VALIDATOR.py @@ -18,6 +18,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +from __future__ import absolute_import from Noyau.N_VALIDATOR import * class Compulsory(Compulsory): @@ -29,7 +30,7 @@ class Compulsory(Compulsory): class OrdList(OrdList): def valide_liste_partielle(self,liste_courante=None): """ - Méthode de validation de liste partielle pour le validateur OrdList + Methode de validation de liste partielle pour le validateur OrdList """ try: self.convert(liste_courante)