Salome HOME
Python3: tests
[plugins/blsurfplugin.git] / tests / test_proximity.py
index a649832c8aa9490716ee154654ce806ee6251ded..6b783439118b10c2b2035502706ab118ef41b356 100644 (file)
@@ -80,7 +80,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.")