Salome HOME
import salome missing on some scripts
authornge <nge>
Wed, 27 Jan 2010 11:08:25 +0000 (11:08 +0000)
committernge <nge>
Wed, 27 Jan 2010 11:08:25 +0000 (11:08 +0000)
src/SMESH_SWIG/SMESH_AdvancedEditor.py
src/SMESH_SWIG/SMESH_BuildCompound.py
src/SMESH_SWIG/SMESH_GroupLyingOnGeom.py

index 561f1dc52495bb1c16b7e1273f98b51398b016e3..3eeae8e74d3863e2dada1e74d10f042b94efa577 100644 (file)
@@ -20,6 +20,7 @@
 #
 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+import salome
 import smesh
 import math
 
index 0f92cda70d916ac26c8317174ff2c61b09a88b6b..2ef1446fc79ba32cb51b06d1cd9ec2cdaeafc233 100644 (file)
@@ -29,6 +29,7 @@
 # ! as some sequences of symbols from this example are used during
 # ! documentation generation to identify certain places of this file
 #
+import salome
 import geompy
 import smesh
 
index 63a04efa6bc365b6eead9f738853faca7c9c0b36..6cd724bceaa43865b6c89efc360f169390a6403e 100644 (file)
@@ -20,6 +20,7 @@
 #
 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+import salome
 import smesh
 
 smesh.SetCurrentStudy(salome.myStudy)