Salome HOME
7b8281d872fab575b79ce8a89f4cba03af9c9705
[tools/eficas.git] / Ihm / I_MCBLOC.py
1 import I_MCCOMPO
2 class MCBLOC(I_MCCOMPO.MCCOMPO):
3   def makeobjet(self):
4     return self.definition(val = None,  nom = self.nom,parent = self.parent)
5