Salome HOME
Merge branch 'master' into V9_dev
[modules/yacs.git] / src / yacsloader / samples / objref2.xml
index 6339bdac81f2d9c8415d3fa154576a1c513b9a48..3257ec35b315e76da52ab56f44e9d64c088e99b6 100644 (file)
@@ -43,8 +43,8 @@
 
     <inline name="pyth0" >
       <script>
-        <code>print "p1",p1</code>
-        <code>print "p2",p2</code>
+        <code>print("p1",p1)</code>
+        <code>print("p2",p2)</code>
         <code>p1=[p1,p2,p2,p1]</code>
       </script>
       <inport name="p1" type="Obj"/>