[FIX] web: no need to initialize wsgi handler in postload anymore

bzr revid: chs@openerp.com-20140324093038-3nguocje3lia03jp
This commit is contained in:
Christophe Simonis 2014-03-24 10:30:38 +01:00
parent 25d2a09812
commit fc760dd0d0
2 changed files with 0 additions and 3 deletions

View File

@ -6,5 +6,3 @@ sys.modules['openerp.addons.web.http'] = openerp.http
http = openerp.http
import controllers
wsgi_postload = http.wsgi_postload

View File

@ -11,7 +11,6 @@ This module provides the core of the OpenERP Web Client.
""",
'depends': ['base'],
'auto_install': True,
'post_load': 'wsgi_postload',
'data': [
'views/webclient_templates.xml',
],