Salome HOME
PR: distributed geom and smesh scripts: first step
[modules/smesh.git] / src / SMESH_SWIG / StdMeshersDC.py
index 1eb1300eacf52db4997343b179336b48095b6b1d..b032e204ca8323a7fa4863097a25646128a341fa 100644 (file)
@@ -21,8 +21,9 @@
 # @package StdMeshersDC
 # Python API for the standard meshing plug-in module.
 
-from smesh import Mesh_Algorithm, AssureGeomPublished, IsEqual, ParseParameters
-from smesh import GetName, TreatHypoStatus
+from smesh_algorithm import Mesh_Algorithm
+from smeshDC import AssureGeomPublished, IsEqual, ParseParameters
+from smeshDC import GetName, TreatHypoStatus
 from smeshDC import Mesh
 
 import StdMeshers