Commit ffb81fee authored by Aurel's avatar Aurel Committed by Aurel

apply WSGIPublisher patch to zope2

parent 74087b5a
......@@ -23,7 +23,11 @@
from Products.ERP5Type import WITH_LEGACY_WORKFLOW
# Load all monkey patches
#from Products.ERP5Type.patches import WSGIPublisher
try:
from ZPublisher.WSGIPublisher import _MODULES
except ImportError:
# BBB Zope2
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
......
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