Salome HOME
chgt Copyrigth
[tools/eficas.git] / Accas / A_MCLIST.py
index 05d14204ea41631d7cbbcaa9f580ff7530c84554..f80f1368bee584ec065903b2bbb4bfbf82d7888b 100644 (file)
@@ -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
 #
 # 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):
-   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)