[MERGE] upstream
authorFabien Meghazi <fme@openerp.com>
Tue, 25 Mar 2014 15:37:25 +0000 (16:37 +0100)
committerFabien Meghazi <fme@openerp.com>
Tue, 25 Mar 2014 15:37:25 +0000 (16:37 +0100)
bzr revid: fme@openerp.com-20140325153725-67hb463km4yvsnoe

1  2 
openerp/http.py

diff --cc openerp/http.py
@@@ -1027,8 -1094,9 +1094,9 @@@ class Root(object)
          return self.dispatch(environ, start_response)
  
      def load_addons(self):
 -        """ Load all addons from addons patch containg static files and
 +        """ Load all addons from addons path containing static files and
          controllers and configure them.  """
+         # TODO should we move this to ir.http so that only configured modules are served ?
          statics = {}
  
          for addons_path in openerp.modules.module.ad_paths: