From 3c9be5dcb89154ee1f6e294143c631bc756c727d Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 24 Aug 2012 05:52:39 +0000 Subject: [PATCH] Improvement of Python API documentation (SMESH and plugins): - move base Mesh_Algorithm class to the separate python module --- src/SMESH_SWIG/StdMeshersDC.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2