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