Salome HOME
Merge Python 3 porting.
[modules/smesh.git] / src / SMESH_SWIG / SMESH_BelongToGeom.py
index 16b67e7deb1fc3e49592612b0837c7369e5fe193..04e6fc24488518be62f8af4c7ec549d93959e1b8 100644 (file)
@@ -21,7 +21,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-from .SMESH_test1 import *
+from SMESH_test1 import *
 
 ## Old style
 def CheckBelongToGeomFilterOld(theMeshGen, theMesh, theShape, theSubShape, theElemType):
@@ -63,4 +63,4 @@ print("anIds = ", anIds)
 #anIds = CheckBelongToGeomFilterOld(smesh,mesh.GetMesh(),box,box,anElemType)
 #print "anIds = ", anIds
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()