X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Accas%2FA_MCNUPLET.py;h=7451527084d1eee341070c60576e6d5d4d9a9089;hb=87031195495e1fc70dd3f6b9f5a974673590dc30;hp=465eae7c16da07bf1a73dc24d3e6694c0e07eaf2;hpb=9a70f047c05012091a3cf8c6efc48b39ab2bb6e9;p=tools%2Feficas.git diff --git a/Accas/A_MCNUPLET.py b/Accas/A_MCNUPLET.py index 465eae7c..74515270 100644 --- a/Accas/A_MCNUPLET.py +++ b/Accas/A_MCNUPLET.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2007-2017 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 @@ -22,5 +22,5 @@ from Extensions import mcnuplet from Ihm import I_MCCOMPO class MCNUPLET(mcnuplet.MCNUPLET,I_MCCOMPO.MCCOMPO): - def __init__(self,*pos,**args): - mcnuplet.MCNUPLET.__init__(self,*pos,**args) + def __init__(self,*pos,**args): + mcnuplet.MCNUPLET.__init__(self,*pos,**args)