X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Editeur%2FchercheBlocInto.py;h=c27779d32508d2600564a45b218aca12d868d62d;hb=9f4ff7ed9afd87c96e11d61e442e39e5511f60d1;hp=90634f52fb93a2b3d938a7db0117470355b9a30c;hpb=16d5922e798b1254eb558678612711d72ed38b32;p=tools%2Feficas.git diff --git a/Editeur/chercheBlocInto.py b/Editeur/chercheBlocInto.py index 90634f52..c27779d3 100755 --- a/Editeur/chercheBlocInto.py +++ b/Editeur/chercheBlocInto.py @@ -40,7 +40,7 @@ class ChercheInto: def construitListeInto(self,e): if isinstance(e,Accas.A_BLOC.BLOC) : - print e.condition + print (e.condition) for nomFils, fils in e.entites.items(): self.construitListeInto(fils)