Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_make_cyl_grid.py
index ca676b5247694c8831776d931ec6d7c85fa83417..e3c37c5bcd32f31320bf8cee9ebb26c1f9d30cf7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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")