Commit 3d37eda5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Allow the restricted environment to import SubversionClient.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6397 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 043caf3a
......@@ -53,3 +53,8 @@ def initialize( context ):
portal_tools = portal_tools,
content_constructors = content_constructors,
content_classes = content_classes)
from AccessControl.SecurityInfo import allow_module
allow_module('Products.ERP5Subversin.SubversionClient')
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