Commit 5c7f7c4c authored by Aurel's avatar Aurel Committed by Arnaud Fontaine

update Publish import

parent 6767f8fd
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
# #
############################################################################## ##############################################################################
from Products.ERP5Type.Timeout import getPublisherDeadlineValue from Products.ERP5Type.Timeout import getPublisherDeadlineValue
from ZPublisher import Publish from ZServer.ZPublisher import Publish
from ZPublisher.Publish import ( from ZServer.ZPublisher.Publish import (
# Produced using: # Produced using:
# dis.dis( # dis.dis(
# compile(open(<this_file>, 'r').read(), 'foo', 'exec').co_consts[ # compile(open(<this_file>, 'r').read(), 'foo', 'exec').co_consts[
......
...@@ -752,7 +752,7 @@ class ERP5TypeTestCaseMixin(ProcessingNodeTestCase, PortalTestCase): ...@@ -752,7 +752,7 @@ class ERP5TypeTestCaseMixin(ProcessingNodeTestCase, PortalTestCase):
'''Publishes the object at 'path' returning a response object.''' '''Publishes the object at 'path' returning a response object.'''
from ZPublisher.Response import Response from ZPublisher.Response import Response
from ZPublisher.Publish import publish_module_standard from ZServer.ZPublisher.Publish import publish_module_standard
from AccessControl.SecurityManagement import getSecurityManager from AccessControl.SecurityManagement import getSecurityManager
from AccessControl.SecurityManagement import setSecurityManager from AccessControl.SecurityManagement import setSecurityManager
......
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