X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fpyplots%2Ftest_disconnect.py;h=f00da8df55eaa687ab6fb4ad0406941b33f4791a;hb=b807e66955ae476b30f59bc29f1fe6c813837063;hp=140294fed318cc4508965b8b764ee69fe5ea9e81;hpb=9e17eedef4be735106e6d2ea4bb51e3ce116d0e3;p=modules%2Fhexablock.git diff --git a/doc/pyplots/test_disconnect.py b/doc/pyplots/test_disconnect.py index 140294f..f00da8d 100644 --- a/doc/pyplots/test_disconnect.py +++ b/doc/pyplots/test_disconnect.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 CEA/DEN, EDF R&D +# Copyright (C) 2009-2022 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 @@ -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")