Salome HOME
[PY3] 2to3 results
[modules/smesh.git] / doc / salome / examples / filters_ex24.py
index bab47e2a7f5da58fce099f495d322428196db7cc..f5f07b024dab2c2142708c5fb64d6fd5516e0b89 100644 (file)
@@ -9,4 +9,4 @@ mesh.RemoveElements( mesh.GetElementsByType(VOLUME)[0:5] )
 # get all volumes with bare borders
 filter = smesh.GetFilter(SMESH.VOLUME, SMESH.FT_BareBorderVolume)
 ids = mesh.GetIdsFromFilter(filter)
-print "Volumes with bare borders:", ids
+print("Volumes with bare borders:", ids)