Commit f87be910 authored by Julien Muchembled's avatar Julien Muchembled

Fix missing import in r45376

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45377 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c815d752
......@@ -76,6 +76,7 @@ class PropertySheetTool(BaseTool):
))
def install():
from ZPublisher.BaseRequest import RequestContainer
from Products.ERP5Type.Globals import get_request
portal = self.getPortalObject()
# BusinessTemplate.install needs a request
template_tool = portal.aq_base.__of__(portal.aq_parent.__of__(
......
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