Salome HOME
[PY3] 2to3 results
[modules/smesh.git] / doc / salome / examples / creating_meshes_ex01.py
index f328d0582e19ccf5bbd6199beef539fa537d20f0..1d0d94f7690c36e5f9b5ca3bc78767a83de7cf05 100644 (file)
@@ -29,7 +29,7 @@ algo3D.MaxElementVolume(900.)
 # compute the mesh
 ret = tetra.Compute()
 if ret == 0:
-    print "problem when computing the mesh"
+    print("problem when computing the mesh")
 else:
-    print "mesh computed"
+    print("mesh computed")
     pass