X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fexample15;fp=doc%2Fsalome%2Fexamples%2Fexample15;h=4ba2ec4d5f8c02af4bde476d823ebb43cc55073a;hb=507c19e30d7d99d2055a6dbd62fad2104dcdf9f4;hp=42493fe019816b4fa378f952a735d3767d693bcc;hpb=17ffd25f27362d4e5349f9a6f1c9650d11c95eba;p=modules%2Fkernel.git diff --git a/doc/salome/examples/example15 b/doc/salome/examples/example15 index 42493fe01..4ba2ec4d5 100644 --- a/doc/salome/examples/example15 +++ b/doc/salome/examples/example15 @@ -9,7 +9,7 @@ A = A._narrow(SALOMEDS.AttributeLocalID) A.SetValue(763242882) if A.Value() != 763242882: - print "Error: wrong value of AttributeLocalID" + print("Error: wrong value of AttributeLocalID") # save / restore study #================================= @@ -39,5 +39,5 @@ if res == 0 or A == None: A = A._narrow(SALOMEDS.AttributeLocalID) if A.Value() != 763242882: - print "Error: wrong value of AttributeLocalID" + print("Error: wrong value of AttributeLocalID")