X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_MCLIST.py;h=f80f1368bee584ec065903b2bbb4bfbf82d7888b;hb=e4f9ed44499c18435beb762c4deb1df9f1c8343a;hp=cee510c70ccc7a960378208bdf6e2cd57372807d;hpb=1b91010fc2c0a681db9177d6fa0e4e0af866ec31;p=tools%2Feficas.git diff --git a/Accas/A_MCLIST.py b/Accas/A_MCLIST.py index cee510c7..f80f1368 100644 --- a/Accas/A_MCLIST.py +++ b/Accas/A_MCLIST.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 @@ -21,7 +21,9 @@ from __future__ import absolute_import from Noyau import N_MCLIST from Validation import V_MCLIST from Ihm import I_MCLIST +from Efi2Xsd.MCAccasXML import X_MCLIST -class MCList(I_MCLIST.MCList,N_MCLIST.MCList,V_MCLIST.MCList): - def __init__(self): - N_MCLIST.MCList.__init__(self) + +class MCList(I_MCLIST.MCList,N_MCLIST.MCList,X_MCLIST,V_MCLIST.MCList): + def __init__(self): + N_MCLIST.MCList.__init__(self)