geom/src/GEOM_SWIG/GEOM_shared_modules.py

20 lines
352 B
Python
Raw Normal View History

2003-07-16 13:57:24 +06:00
"""
"""
# 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