X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fpyplots%2Ftest_make_cylinder.py;h=e8540d6b60ba41ed11a308b2e970063f5dc5f230;hb=359245fea46fbec5630a9a72bfb2d906261fa36f;hp=1b4da1750631345b705f20fb7fbc53c4c9e00f71;hpb=9e17eedef4be735106e6d2ea4bb51e3ce116d0e3;p=modules%2Fhexablock.git diff --git a/doc/pyplots/test_make_cylinder.py b/doc/pyplots/test_make_cylinder.py index 1b4da17..e8540d6 100644 --- a/doc/pyplots/test_make_cylinder.py +++ b/doc/pyplots/test_make_cylinder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 CEA/DEN, EDF R&D +# Copyright (C) 2009-2023 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 @@ -26,7 +26,7 @@ import GEOM import SALOMEDS import hexablock -print "test cylindre..." +print("test cylindre...") doc = hexablock.addDocument() base = doc.addVertex(0, 0, 0) @@ -47,4 +47,4 @@ elts = doc.makeCylinder(cyl, vb, nr, na, nl) file_name = os.path.join(os.environ['TMP'], 'cylindre.vtk') #### elts.saveVtk(file_name) -print "...test cylindre OK" +print("...test cylindre OK")