Salome HOME
1dad963513b085fa2b4645279e79a798c884b915
[samples/component.git] / src / SyrComponent / COMPONENT_shared_modules.py
1 """
2
3 """
4
5 # force COMPONENT importation at interpretor initialization
6 # see salome_shared_modules.py
7 # (avoids incomplete import at run time)
8
9 print "============== import SuperVisionTest ======================="
10
11 import SuperVisionTest
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