X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_AU_MOINS_UN.py;h=7a58ed75523fffdef0ae9e0a223c7ad629b46bab;hb=aaf54e27d39904aa7b9a56498e9f08f3e71351f7;hp=ea946f59940b6d581692103a6a426fb9efd87214;hpb=067973af10386f9f5ddec872b367a0b2158f3657;p=tools%2Feficas.git diff --git a/Accas/A_AU_MOINS_UN.py b/Accas/A_AU_MOINS_UN.py index ea946f59..7a58ed75 100644 --- a/Accas/A_AU_MOINS_UN.py +++ b/Accas/A_AU_MOINS_UN.py @@ -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 """