From: eap Date: Thu, 9 Aug 2007 13:21:34 +0000 (+0000) Subject: PAL16713 (mesh.GetElementsByType : 'module' object has no attribute 'SMESH') X-Git-Tag: T32x_16Aug2007_16h00m~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90181fb443e30165ceb5f6ca35eed2efa0908a8a;p=modules%2Fsmesh.git PAL16713 (mesh.GetElementsByType : 'module' object has no attribute 'SMESH') +import SMESH # necessary for back compatibility from SMESH import * --- diff --git a/src/SMESH_SWIG/smesh.py b/src/SMESH_SWIG/smesh.py index 2a5a4b4d1..0e77b3459 100644 --- a/src/SMESH_SWIG/smesh.py +++ b/src/SMESH_SWIG/smesh.py @@ -29,6 +29,7 @@ import salome import geompy +import SMESH # necessary for back compatibility from SMESH import * import StdMeshers