]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
PR: distributed geom and smesh scripts: first step distributedScripts_V1
authorprascle <prascle>
Thu, 7 Feb 2013 14:44:01 +0000 (14:44 +0000)
committerprascle <prascle>
Thu, 7 Feb 2013 14:44:01 +0000 (14:44 +0000)
src/BLSURFPlugin/BLSURFPluginDC.py

index c7b55681e8fb8d0db4974bf97dbc4714abf68afd..9e4787c211b41563ad16bda2779e83dfe5e4f881 100644 (file)
@@ -22,7 +22,7 @@
 # Python API for the BLSURF meshing plug-in module.
 
 from smesh_algorithm import Mesh_Algorithm
-from smesh import AssureGeomPublished
+from smeshDC import AssureGeomPublished
 
 # Topology treatment way of BLSURF
 FromCAD, PreProcess, PreProcessPlus, PreCAD = 0,1,2,3