Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_prism_quads.py
index cb741c695d463bfd919edb21b3e16ad5c9ccc498..cce4f485efd745d3e48548ac022bf2ea1918c043 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 prism..."
+print("test prism...")
 doc = hexablock.addDocument()
 
 orig = doc.addVertex(0, 0, 0)
@@ -53,4 +53,4 @@ elts = doc.prismQuads(liste, vec, 5)
 file_name = os.path.join(os.environ['TMP'], 'prisme.vtk')
 ####  elts.saveVtk(file_name)
 
-print "...test prism OK"
+print("...test prism OK")