Salome HOME
commentaire
[tools/eficas.git] / Accas / A_MEME_NOMBRE.py
index 0cf3eef8a289c1e1e12bf2616da0d963d41abd48..6ec0d0cfed27abde4153f0afd3a890b320bbee1a 100644 (file)
@@ -17,6 +17,7 @@
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+from __future__ import absolute_import
 from Noyau import N_REGLE
 from Validation import V_MEME_NOMBRE
 from Ihm import I_REGLE
@@ -24,6 +25,6 @@ from Ihm import I_REGLE
 class MEME_NOMBRE(V_MEME_NOMBRE.MEME_NOMBRE,I_REGLE.REGLE,N_REGLE.REGLE):
    """
        La classe utilise l'initialiseur de REGLE. Il n'est pas 
-       nécessaire d'expliciter son initialiseur car 
+       necessaire d'expliciter son initialiseur car 
        V_MEME_NOMBRE.MEME_NOMBRE n'en a pas 
    """