Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_disconnect.py
index ab076bc076450c3ed0364e8ffb77ac3a1bc815ec..c1b6d90ca925b062b79573077cc6bf830ecae9e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  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 disconnect elements..."
+print("test disconnect elements...")
 doc = hexablock.addDocument()
 
 size_x = 2;
@@ -76,6 +76,6 @@ file_name = os.path.join(os.environ['TMP'], 'disconnect2.vtk')
 ####  doc.saveVtk(file_name)
 
 
-print "...test disconnect elements OK"
+print("...test disconnect elements OK")