Salome HOME
sauveVP
[tools/eficas.git] / Accas / A_AU_MOINS_UN.py
index ea946f59940b6d581692103a6a426fb9efd87214..7a58ed75523fffdef0ae9e0a223c7ad629b46bab 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_AU_MOINS_UN
 from Ihm import I_REGLE
@@ -24,6 +25,6 @@ from Ihm import I_REGLE
 class AU_MOINS_UN(V_AU_MOINS_UN.AU_MOINS_UN,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_AU_MOINS_UN.AU_MOINS_UN n'en a pas 
    """