mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
NRI : Force import GEOM.
This commit is contained in:
parent
8c413d0894
commit
ee49307ec1
19
src/GEOM_SWIG/GEOM_shared_modules.py
Normal file
19
src/GEOM_SWIG/GEOM_shared_modules.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
"""
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
# force GEOM importation at interpretor initialization
|
||||||
|
# see salome_shared_modules.py
|
||||||
|
# (avoids incomplete import at run time)
|
||||||
|
|
||||||
|
print "============== import GEOM ======================="
|
||||||
|
|
||||||
|
import GEOM
|
||||||
|
|
||||||
|
# this function is required
|
||||||
|
|
||||||
|
def init_shared_modules():
|
||||||
|
"""
|
||||||
|
This function initializes shared modules that need to be
|
||||||
|
"""
|
||||||
|
pass
|
@ -51,7 +51,8 @@ EXPORT_PYSCRIPTS = libGEOM_Swig.py geompy.py batchmode_geompy.py \
|
|||||||
GEOM_Partition2.py \
|
GEOM_Partition2.py \
|
||||||
GEOM_Partition3.py \
|
GEOM_Partition3.py \
|
||||||
GEOM_Partition4.py \
|
GEOM_Partition4.py \
|
||||||
GEOM_Partition5.py
|
GEOM_Partition5.py \
|
||||||
|
GEOM_shared_modules.py
|
||||||
|
|
||||||
LIB_CLIENT_IDL = SALOMEDS.idl \
|
LIB_CLIENT_IDL = SALOMEDS.idl \
|
||||||
SALOMEDS_Attributes.idl \
|
SALOMEDS_Attributes.idl \
|
||||||
|
Loading…
Reference in New Issue
Block a user