Salome HOME
Improvement of Python API documentation (SMESH and plugins):
authorvsr <vsr@opencascade.com>
Fri, 24 Aug 2012 05:52:39 +0000 (05:52 +0000)
committervsr <vsr@opencascade.com>
Fri, 24 Aug 2012 05:52:39 +0000 (05:52 +0000)
- move base Mesh_Algorithm class to the separate python module

src/SMESH_SWIG/StdMeshersDC.py

index 1eb1300eacf52db4997343b179336b48095b6b1d..03d598d1b2f7f1150ab281195f8a0bb0761da77f 100644 (file)
@@ -21,7 +21,8 @@
 # @package StdMeshersDC
 # Python API for the standard meshing plug-in module.
 
-from smesh import Mesh_Algorithm, AssureGeomPublished, IsEqual, ParseParameters
+from smesh_algorithm import Mesh_Algorithm
+from smesh import AssureGeomPublished, IsEqual, ParseParameters
 from smesh import GetName, TreatHypoStatus
 from smeshDC import Mesh