Salome HOME
Fix for "23669: [CEA 13186] YACS xml scheme files with calls to print function need...
[samples/datafiles.git] / Yacs / Schemas / string1.xml
index e132b1a0a28d8bf513e8075843b4c406cf4378d1..2807a5792596259cd88ba6c3ea6a47c2ac20e23b 100644 (file)
@@ -1,10 +1,10 @@
 <!--
-  Copyright (C) 2006-2011  CEA/DEN, EDF R&D
+  Copyright (C) 2006-2015  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
   License as published by the Free Software Foundation; either
-  version 2.1 of the License.
+  version 2.1 of the License, or (at your option) any later version.
 
   This library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
     <inline name="pyth5" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="strvec"/>
       <outport name="p1" type="strvec"/>
 
     <inline name="pyth6" >
       <script>
-        <code>print p1</code>
+        <code>print(p1)</code>
       </script>
       <inport name="p1" type="strvec"/>
       <outport name="p1" type="strvec"/>