Salome HOME
Merge Python 3 porting.
[plugins/blsurfplugin.git] / tests / test_proximity.py
index c177ef580cbd20efe2be9ed06501ac86ac7a44c1..5a0230fe49d8408c3c03fcbc23a2292a788d1919 100644 (file)
@@ -79,7 +79,7 @@ gr_mesh_spheres = Mesh_1.Group(gr_spheres_faces)
 # Check the minimal area of the box faces to check the proximity
 min_area, max_area = Mesh_1.GetMinMax(SMESH.FT_Area, gr_mesh_box)
 
-print "min_area: ", min_area
+print("min_area: ", min_area)
 
 if min_area > 1.5:
     raise Exception("Wrong minimal area on box. Proximity has not worked.")