Salome HOME
Version initiale de EFICAS 1.2
[tools/eficas.git] / Accas / A_MCBLOC.py
1 from Noyau import N_MCBLOC
2 from Validation import V_MCBLOC
3 from Ihm import I_MCBLOC
4
5 class MCBLOC(I_MCBLOC.MCBLOC,N_MCBLOC.MCBLOC,V_MCBLOC.MCBLOC):
6    def __init__(self,val,definition,nom,parent):
7       N_MCBLOC.MCBLOC.__init__(self,val,definition,nom,parent)
8       V_MCBLOC.MCBLOC.__init__(self)