Salome HOME
Merging with the MAN_SALOME2 branch
[modules/med.git] / src / MED_SWIG / MED_shared_modules.py
1 """
2
3 """
4
5 # force GEOM importation at interpretor initialization
6 # see salome_shared_modules.py
7 # (avoids incomplete import at run time)
8
9 print "============== import MED_idl ======================="
10 print "============== import MED_Gen_idl ======================="
11
12 import MED_idl
13 import MED_Gen_idl
14
15 # this function is required
16
17 def init_shared_modules():
18    """
19       This function initializes shared modules that need to be
20    """
21    pass