Commit d1632006 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

patch: backport WSGIPublisher from Zope4

parent b339c5f6
......@@ -22,6 +22,7 @@
# Load all monkey patches
from Products.ERP5Type.patches import backports
from Products.ERP5Type.patches import WSGIPublisher
from Products.ERP5Type.patches import HTTPRequest
from Products.ERP5Type.patches import AccessControl_patch
from Products.ERP5Type.patches import Restricted
......
This diff is collapsed.
......@@ -28,7 +28,8 @@ from .itools.i18n import AcceptLanguageType
# Import from Zope
import Globals
from ZPublisher import Publish, WSGIPublisher
from ZPublisher import Publish
from Products.ERP5Type.patches import WSGIPublisher
from ZPublisher.HTTPRequest import HTTPRequest
......
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