Salome HOME
IPAL9153, IPAL9148, IPAL9150
[modules/smesh.git] / src / SMESH_SWIG / SMESH_shared_modules.py
1 """
2
3 """
4
5 # force SMESH importation at interpretor initialization
6 # see salome_shared_modules.py
7 # (avoids incomplete import at run time)
8
9 print "============== import SMESH ======================="
10
11 import SMESH
12
13 # this function is required
14
15 def init_shared_modules():
16    """
17       This function initializes shared modules that need to be
18    """
19    pass