Salome HOME
pour tenir compte des LASSD
[tools/eficas.git] / Ihm / I_MCBLOC.py
index 7b5482259e08551346a64bdb8b219c54c6e45c63..50a2bda6712f9a5537de99d0aee296dc7d770bc2 100644 (file)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 #            CONFIGURATION MANAGEMENT OF EDF VERSION
 # ======================================================================
 # COPYRIGHT (C) 1991 - 2002  EDF R&D                  WWW.CODE-ASTER.ORG
@@ -18,7 +19,5 @@
 #
 # ======================================================================
 import I_MCCOMPO
-class MCBLOC(I_MCCOMPO.MCCOMPO):
-  def makeobjet(self):
-    return self.definition(val = None,  nom = self.nom,parent = self.parent)
+class MCBLOC(I_MCCOMPO.MCCOMPO):pass