import salome missing on some scripts

This commit is contained in:
nge 2010-01-27 11:08:25 +00:00
parent 8726d7811f
commit a63ab6b7e1
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@
# #
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
# #
import salome
import smesh import smesh
import math import math

View File

@ -29,6 +29,7 @@
# ! as some sequences of symbols from this example are used during # ! as some sequences of symbols from this example are used during
# ! documentation generation to identify certain places of this file # ! documentation generation to identify certain places of this file
# #
import salome
import geompy import geompy
import smesh import smesh

View File

@ -20,6 +20,7 @@
# #
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
# #
import salome
import smesh import smesh
smesh.SetCurrentStudy(salome.myStudy) smesh.SetCurrentStudy(salome.myStudy)