Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_make_cyl_grid.py
old mode 100755 (executable)
new mode 100644 (file)
index 88a25c7..e3c37c5
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2014  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")