Salome HOME
Update copyrights
[modules/hexablock.git] / doc / pyplots / test_make_pipe.py
old mode 100755 (executable)
new mode 100644 (file)
index de0d6a2..14dc68b
@@ -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")