Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_join_quads.py
index abdaca540ef667923881f03127985324aac3b3c8..bfd1f2fd451226111276e8ec4bf51717470bc663 100644 (file)
@@ -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
@@ -26,7 +26,7 @@ import GEOM
 import SALOMEDS
 import hexablock
 
-print "test join..."
+print("test join...")
 doc = hexablock.addDocument()
 
 orig1 = doc.addVertex(0, 0, 0)
@@ -76,4 +76,4 @@ for nh in range(height):
 file_name = os.path.join(os.environ['TMP'], 'joint.vtk')
 ####  elts.saveVtk(file_name)
 
-print "...test join OK"
+print("...test join OK")