Salome HOME
CCAR: Modified Files:
[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