Commit b7144a1a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add allow_module('Products.ERP5Type.Errors') to support Zope 2.12.25.

ref. http://comments.gmane.org/gmane.comp.web.zope.cvs/22117
parent 42634988
......@@ -182,6 +182,7 @@ allow_module('Products.ERP5Type.Message')
ModuleSecurityInfo('Products.ERP5Type.Message').declarePublic('translateString')
allow_module('Products.ERP5Type.Error')
allow_module('Products.ERP5Type.Errors')
allow_module('Products.ERP5Type.JSONEncoder')
allow_module('Products.ERP5Type.Log')
ModuleSecurityInfo('Products.ERP5Type.JSON').declarePublic('dumps', 'loads')
......
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