Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/geom.git] / src / GEOM_SWIG / GEOM_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 GEOM ======================="
10
11 import GEOM
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