Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_make_cylinder.py
index 943f0caa107c2ab99898d9bb6b2617f04edd2192..2bc2da03f40e576f06c866128cb38e73f27c2d93 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 cylindre..."
+print("test cylindre...")
 doc = hexablock.addDocument()
 
 base = doc.addVertex(0, 0, 0)
@@ -47,4 +47,4 @@ elts = doc.makeCylinder(cyl, vb, nr, na, nl)
 file_name = os.path.join(os.environ['TMP'], 'cylindre.vtk')
 ####  elts.saveVtk(file_name)
 
-print "...test cylindre OK"
+print("...test cylindre OK")