"""
See online documentation at
http://openalea.gforge.inria.fr/doc/sphinx/core/html/contents.html
"""
__license__ = "Cecill-C"
__revision__ = "$Id$"
from openalea.core.external import *
from script_library import ScriptLibrary
[docs]def global_module(module):
""" Declare a module accessible everywhere. """
import __builtin__
__builtin__.__dict__[module.__name__] = module