Salome HOME
Update copyrights
[samples/datafiles.git] / Yacs / Schemas / sinline2.xml
index 5904b72a5deee912ca155bad570961932036a9e3..4445dcf8bfd750d5597eadf5570649581a05b3fa 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2006-2015  CEA/DEN, EDF R&D
+  Copyright (C) 2006-2019  CEA/DEN, EDF R&D
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
         <code>salome.salome_init()</code>
         <code>import PYHELLO_ORB</code>
         <code>def f(p1):</code>
-        <code>  print __container__from__YACS__</code>
+        <code>  print(__container__from__YACS__)</code>
         <code>  machine,container=__container__from__YACS__.split('/')</code>
         <code>  param={}</code>
         <code>  param['hostname']=machine</code>
         <code>  param['container_name']=container</code>
         <code>  compo=salome.lcc.LoadComponent(param, "PYHELLO")</code>
-        <code>  print compo.makeBanner(p1)</code>
-        <code>  print p1</code>
+        <code>  print(compo.makeBanner(p1))</code>
+        <code>  print(p1)</code>
       </function>
       <load container="A"/>
       <inport name="p1" type="string"/>