X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Ihm%2FI_ETAPE.py;h=33a517b78a9fd85dc5d35bbdeb96b75f72f9b215;hb=c7c7c2d18466e804810c1ed986342f22b16d449a;hp=d902f6c0ec7c3223049ccaa3f1b6b503b1659870;hpb=d31e5cc5dcda7a2006e1f29b37ace1ecddc1a91c;p=tools%2Feficas.git diff --git a/Ihm/I_ETAPE.py b/Ihm/I_ETAPE.py index d902f6c0..33a517b7 100644 --- a/Ihm/I_ETAPE.py +++ b/Ihm/I_ETAPE.py @@ -35,9 +35,6 @@ import I_MCCOMPO class ETAPE(I_MCCOMPO.MCCOMPO): - def __init__(self): - self.niveau=self.jdc - def ident(self): return self.nom @@ -252,6 +249,7 @@ class ETAPE(I_MCCOMPO.MCCOMPO): Initialise les attributs jdc, id, niveau et réalise les enregistrements nécessaires Pour EFICAS, on tient compte des niveaux + Surcharge la methode make_register du package Noyau """ if self.parent : self.jdc = self.parent.get_jdc_root()