smesh/src/SMESH_SWIG/SMESH_shared_modules.py

20 lines
355 B
Python
Raw Normal View History

"""
"""
# force SMESH importation at interpretor initialization
# see salome_shared_modules.py
# (avoids incomplete import at run time)
print "============== import SMESH ======================="
import SMESH
# this function is required
def init_shared_modules():
"""
This function initializes shared modules that need to be
"""
pass