Commit 207f9c09 authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

test reapplying wsgi patches

parent cbf2ea5b
......@@ -495,8 +495,4 @@ def publish_module(environ, start_response,
# Return the result body iterable.
return result
try:
from ZPublisher.WSGIPublisher import _MODULES
except ImportError:
# BBB Zope2
sys.modules['ZPublisher.WSGIPublisher'] = sys.modules[__name__]
sys.modules['ZPublisher.WSGIPublisher'] = sys.modules[__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