Salome HOME
Switch development flag to 1
[modules/hexablock.git] / doc / pyplots / test_disconnect.py
index c0271568b0faf902f1193d1f4dc50b6a58fec03f..6c2ca918d7fc719aaface472bfd49a4d040c87b5 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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")