X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_AU_PLUS_UN.py;h=8bdcc34f2e118b31613e6b1796d1d9aaeee86175;hb=8b202e4a0e933f400731a984944bf84aa9a06f48;hp=12d11b5a523470cba1bef1ca97ad59f42bc91990;hpb=16d5922e798b1254eb558678612711d72ed38b32;p=tools%2Feficas.git diff --git a/Accas/A_AU_PLUS_UN.py b/Accas/A_AU_PLUS_UN.py index 12d11b5a..8bdcc34f 100644 --- a/Accas/A_AU_PLUS_UN.py +++ b/Accas/A_AU_PLUS_UN.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2007-2013 EDF R&D +# Copyright (C) 2007-2021 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,13 +17,15 @@ # # 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_PLUS_UN from Ihm import I_REGLE class AU_PLUS_UN(V_AU_PLUS_UN.AU_PLUS_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 - V_AU_PLUS_UN.AU_PLUS_UN n'en a pas - """ + """ + La classe utilise l'initialiseur de REGLE. Il n'est pas + necessaire d'expliciter son initialiseur car + V_AU_PLUS_UN.AU_PLUS_UN n'en a pas + V_UN_PARMI.UN_PARMI et I_REGLE.REGLE n'en ont pas + """