Salome HOME
Merge with branch V2_2_0_VISU_improvement
[modules/visu.git] / src / VISU_SWIG / VISU_shared_modules.py
1 """
2
3 """
4
5 # force VISU importation at interpretor initialization
6 # see salome_shared_modules.py
7 # (avoids incomplete import at run time)
8
9 print "============== import VISU ======================="
10
11 import VISU
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