geom/src/GEOM_SWIG/GEOM_shared_modules.py
2003-07-16 07:57:24 +00:00

20 lines
352 B
Python

"""
"""
# force GEOM importation at interpretor initialization
# see salome_shared_modules.py
# (avoids incomplete import at run time)
print "============== import GEOM ======================="
import GEOM
# this function is required
def init_shared_modules():
"""
This function initializes shared modules that need to be
"""
pass