Salome HOME
Switch development flag to 1
[modules/hexablock.git] / doc / pyplots / test_make_cylinder.py
index fe41dea214a78a0c71114dd9e7a9f08e43f8412a..7f4881ce2083682ca841d01c39e2916d6231622b 100644 (file)
@@ -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")