X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Accas%2FA_MCLIST.py;h=922abb897d4e4d77ee16c4f6a4db6fb28bfde032;hb=5ef962a6122d6543da6e4d88f000babdd66a00ee;hp=6ea0b6eec0235f552d37b77536f56d4cae3ce272;hpb=067973af10386f9f5ddec872b367a0b2158f3657;p=tools%2Feficas.git diff --git a/Accas/A_MCLIST.py b/Accas/A_MCLIST.py index 6ea0b6ee..922abb89 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-2017 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,10 +17,13 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # ====================================================================== +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): + +class MCList(I_MCLIST.MCList,N_MCLIST.MCList,X_MCLIST,V_MCLIST.MCList): def __init__(self): N_MCLIST.MCList.__init__(self)