Salome HOME
[PY3] 2to3 results
[modules/smesh.git] / src / SMESH_SWIG / SMESH_GroupLyingOnGeom.py
index 4d7f05901b0b64d63379d94587c98facc5429fc7..47bb94fbdb441c55edabb7cdee9ac2c981ae648c 100644 (file)
@@ -37,7 +37,7 @@ def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
     aGroup.Add(anIds)
 
 #Example
-from SMESH_test1 import *
+from .SMESH_test1 import *
 
 mesh.Compute()