Salome HOME
fin portage python 3
[tools/eficas.git] / Accas / A_PRESENT_ABSENT.py
index 73261065039fb0bea055173e4a67cb962bd8c5c1..928d146ec4c546215a2ea6b44af39ccc42d6937b 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_PRESENT_ABSENT
 from Ihm import I_PRESENT_ABSENT
@@ -25,6 +26,6 @@ class PRESENT_ABSENT(I_PRESENT_ABSENT.PRESENT_ABSENT,V_PRESENT_ABSENT.PRESENT_AB
                      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_PRESENT_ABSENT.PRESENT_ABSENT n'en a pas 
    """