Salome HOME
Fix bug 11705: meshpy is imported instead of smesh.
authorjfa <jfa@opencascade.com>
Sun, 26 Feb 2006 10:01:00 +0000 (10:01 +0000)
committerjfa <jfa@opencascade.com>
Sun, 26 Feb 2006 10:01:00 +0000 (10:01 +0000)
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()