Salome HOME
Merge remote branch 'origin/V8_5_asterstudy'
[modules/smesh.git] / src / SMESH_SWIG / SMESH_GroupFromGeom2.py
index b02c47cd86a1bde9917d6a31161cedaf4cdde474..6d21e8fb804f12b13f43eebc2ad1b1210bd08ecd 100755 (executable)
@@ -29,7 +29,7 @@
 #  Project                  : PAL/SALOME
 #============================================================================== 
 #
-from .SMESH_test1 import *
+from SMESH_test1 import *
 
 
 # Compute the mesh created in SMESH_test1
@@ -74,4 +74,4 @@ mesh.Compute()
 print("aGroupOnShell size =", aGroupOnShell.Size())
 print("aGroupOnShell ids :", aGroupOnShell.GetListOfID())
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()