]> SALOME platform Git repositories - modules/homard.git/blob - src/HOMARD_SWIG/HOMARD_shared_modules.py
Salome HOME
version 5_1_4 HOMARD_SRC
[modules/homard.git] / src / HOMARD_SWIG / HOMARD_shared_modules.py
1 """
2
3 """
4
5 # force HOMARD importation at interpretor initialization
6 # see salome_shared_modules.py
7 # (avoids incomplete import at run time)
8
9 print "============== import HOMARD ======================="
10
11 import HOMARD
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
20