mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
import salome missing on some scripts
This commit is contained in:
parent
8726d7811f
commit
a63ab6b7e1
@ -20,6 +20,7 @@
|
||||
#
|
||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
#
|
||||
import salome
|
||||
import smesh
|
||||
import math
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#
|
||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
#
|
||||
import salome
|
||||
import smesh
|
||||
|
||||
smesh.SetCurrentStudy(salome.myStudy)
|
||||
|
Loading…
Reference in New Issue
Block a user