Commit 9bcfef4a authored by Arnaud Fontaine's avatar Arnaud Fontaine

WIP

parent bdcb653a
...@@ -44,7 +44,7 @@ class TimerServer(threading.Thread): ...@@ -44,7 +44,7 @@ class TimerServer(threading.Thread):
class handle(object): class handle(object):
def __init__(self, module_name, request, response): def __init__(self, module_name, request, response):
self.service = partial(zopewsgi.publish_module, self.service = partial(Products.ERP5.bin.zopewsgi.publish_module,
request.environ, request.environ,
start_response, start_response,
_module_name=module_name, _module_name=module_name,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment