From 6f9aca5baf0a07ea46405732beabe6c9005a7eb1 Mon Sep 17 00:00:00 2001 From: jfa Date: Sun, 26 Feb 2006 10:01:00 +0000 Subject: [PATCH] Fix bug 11705: meshpy is imported instead of smesh. --- src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py b/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py index 26097adb8..6a4533ea7 100644 --- a/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py +++ b/src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py @@ -1,4 +1,4 @@ -from meshpy import * +from smesh import * def BuildGroupLyingOn(theMesh, theElemType, theName, theShape): aFilterMgr = smesh.CreateFilterManager() -- 2.30.2