Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_cut.py
index 892a701ae071c1d27e9bed649d28cdaba1b3f564..938612764efd27ed62b8d417d544953cb8d42eba 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
@@ -24,7 +24,7 @@ import GEOM
 import SALOMEDS
 import hexablock
 
-print "test cut hexaedra..."
+print("test cut hexaedra...")
 doc = hexablock.addDocument()
 
 size_x = 2
@@ -50,6 +50,6 @@ file_name = os.path.join(os.environ['TMP'], 'decoupe.vtk')
 ####  doc.saveVtk(file_name)
 
 
-print "...test cut hexaedra OK"
+print("...test cut hexaedra OK")