X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fpyplots%2Ftest_make_cyl_grid.py;h=5ba94d5991ae042eca739b68cf87bcd63625c4b3;hb=refs%2Ftags%2FV9_0_0;hp=ca676b5247694c8831776d931ec6d7c85fa83417;hpb=9e17eedef4be735106e6d2ea4bb51e3ce116d0e3;p=modules%2Fhexablock.git diff --git a/doc/pyplots/test_make_cyl_grid.py b/doc/pyplots/test_make_cyl_grid.py index ca676b5..5ba94d5 100644 --- a/doc/pyplots/test_make_cyl_grid.py +++ b/doc/pyplots/test_make_cyl_grid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 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 @@ -27,7 +27,7 @@ import hexablock # differents cas possibles de remplissage possibles : -print "test grille cylindrique..." +print("test grille cylindrique...") doc = hexablock.addDocument() orig1 = doc.addVertex(0, 0, 0) @@ -59,6 +59,6 @@ for i in range(2): file_name = os.path.join(os.environ['TMP'], 'grilles_cylindriques.vtk') #### doc.saveVtk(file_name) -print "...test grille cylindrique OK" +print("...test grille cylindrique OK")