X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_AVANT.py;h=2f697723653bc9568a70bd3cabe8138d908b0d76;hb=e4f9ed44499c18435beb762c4deb1df9f1c8343a;hp=43c10834645773bdbbe18468c44f91a5174d84b5;hpb=067973af10386f9f5ddec872b367a0b2158f3657;p=tools%2Feficas.git diff --git a/Accas/A_AVANT.py b/Accas/A_AVANT.py index 43c10834..2f697723 100644 --- a/Accas/A_AVANT.py +++ b/Accas/A_AVANT.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2007-2015 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,12 +17,13 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +from __future__ import absolute_import from Noyau import N_REGLE from Ihm import I_REGLE, I_AVANT class AVANT(I_AVANT.I_AVANT,I_REGLE.REGLE,N_REGLE.REGLE): - """ - La classe utilise l'initialiseur de REGLE. Il n'est pas - nécessaire d'expliciter son initialiseur car - I_AVANT.I_AVANT n'en a pas - """ + """ + La classe utilise l'initialiseur de REGLE. Il n'est pas + necessaire d'expliciter son initialiseur car + I_AVANT.I_AVANT n'en a pas + """