Salome HOME
IPAL9381: replace import of smeshpy by import of smesh
[modules/smesh.git] / src / SMESH_SWIG / SMESH_GroupLyingOnGeom.py
index 26097adb8ba00f58c01cd6ea08fd4ce90c699e4b..6a4533ea7415f92a046e1ab51f4be52bb7dfa609 100644 (file)
@@ -1,4 +1,4 @@
-from meshpy import *
+from smesh import *
 
 def BuildGroupLyingOn(theMesh, theElemType, theName, theShape):
     aFilterMgr = smesh.CreateFilterManager()