From: vsr Date: Fri, 24 Aug 2012 05:52:39 +0000 (+0000) Subject: Improvement of Python API documentation (SMESH and plugins): X-Git-Tag: V6_6_0a1~188 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3c9be5dcb89154ee1f6e294143c631bc756c727d;p=modules%2Fsmesh.git Improvement of Python API documentation (SMESH and plugins): - move base Mesh_Algorithm class to the separate python module --- diff --git a/src/SMESH_SWIG/StdMeshersDC.py b/src/SMESH_SWIG/StdMeshersDC.py index 1eb1300ea..03d598d1b 100644 --- a/src/SMESH_SWIG/StdMeshersDC.py +++ b/src/SMESH_SWIG/StdMeshersDC.py @@ -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