X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fpyplots%2Ftest_make_pipe.py;h=14dc68be993a104f2c85973ef2a2b99abf5040a1;hb=0ebe741f3ee8a69f147a5c02b41f33d3f3f02e0f;hp=de0d6a291a8aaece26c6e0323f7a5e01be7861d8;hpb=14cfda422641ef0ecef6756659c70fb0817492ad;p=modules%2Fhexablock.git diff --git a/doc/pyplots/test_make_pipe.py b/doc/pyplots/test_make_pipe.py index de0d6a2..14dc68b 100644 --- a/doc/pyplots/test_make_pipe.py +++ b/doc/pyplots/test_make_pipe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2014 CEA/DEN, EDF R&D +# Copyright (C) 2009-2019 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 pipe..." +print("test pipe...") doc = hexablock.addDocument() orig = doc.addVertex(50, 0, 0) @@ -48,4 +48,4 @@ elts = doc.makePipe(pi, vb, nr, na, nl) file_name = os.path.join(os.environ['TMP'], 'pipe.vtk') #### elts.saveVtk(file_name) -print "...test pipe OK" +print("...test pipe OK")