[IMP] wsgi: modules can be pre-loaded and expose a WSGI handler.
authorVo Minh Thu <vmt@openerp.com>
Fri, 2 Sep 2011 13:31:36 +0000 (15:31 +0200)
committerVo Minh Thu <vmt@openerp.com>
Fri, 2 Sep 2011 13:31:36 +0000 (15:31 +0200)
commit8ca1a87201fd2ab7b56399af27d2da0f22bc08b8
tree7da8b74aa59236b535327c6f97b6b4e8f1d2cb53
parent79d0e39c4c0924dbee8ddc884752fc73c3812fe5
[IMP] wsgi: modules can be pre-loaded and expose a WSGI handler.
An option --load is added to list the modules to pre-load.
sys.path and sys.modules are initialized when the config is
parsed.

bzr revid: vmt@openerp.com-20110902133136-4v7fgptyd0g1kc5s
openerp-server
openerp/addons/__init__.py
openerp/addons/base/__init__.py
openerp/addons/base/__openerp__.py
openerp/conf/__init__.py
openerp/modules/graph.py
openerp/modules/module.py
openerp/tools/config.py
openerp/wsgi.py