X-Git-Url: http://git.salome-platform.org/gitweb/?p=samples%2Fdatafiles.git;a=blobdiff_plain;f=Yacs%2FSchemas%2Fbloc4.xml;h=293a874487ffa12be86ae436e8e52244bd1aceec;hp=77ed2cf05ef547648be939cc0b70e9b1faae25ae;hb=c55aed500073aeb618242cf87a86c5f96e125bc5;hpb=7b15d80587c9120c6a05bca1d3668be32c8782dc diff --git a/Yacs/Schemas/bloc4.xml b/Yacs/Schemas/bloc4.xml index 77ed2cf..293a874 100644 --- a/Yacs/Schemas/bloc4.xml +++ b/Yacs/Schemas/bloc4.xml @@ -51,7 +51,7 @@ def f(s1): - print s1 + print(s1) return s1 @@ -61,7 +61,7 @@ def f(p1): - print p1;p1=2*p1 + print(p1);p1=2*p1 return p1