Salome HOME
Switch development flag to 1
[modules/hexablock.git] / doc / pyplots / test_make_cyl_grid.py
index fde7d71ddb3a9828fa4aaa1ce417b7f1b10a3d51..5ba94d5991ae042eca739b68cf87bcd63625c4b3 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2016  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
@@ -27,7 +27,7 @@ import hexablock
 # differents cas possibles de remplissage possibles :
 
 
-print "test grille cylindrique..."
+print("test grille cylindrique...")
 doc = hexablock.addDocument()
 
 orig1 = doc.addVertex(0, 0, 0)
@@ -59,6 +59,6 @@ for i in range(2):
 file_name = os.path.join(os.environ['TMP'], 'grilles_cylindriques.vtk')
 ####  doc.saveVtk(file_name)
 
-print "...test grille cylindrique OK"
+print("...test grille cylindrique OK")