Commit eee1621b authored by Vincent Pelletier's avatar Vincent Pelletier

ERP5Type.patches.Restricted: Allow importing "struct" standard module.

parent 8f501c39
......@@ -177,6 +177,7 @@ allow_module('difflib')
allow_module('hashlib')
allow_module('time')
allow_module('urlparse')
allow_module('struct')
ModuleSecurityInfo('os.path').declarePublic(
# Allow functions accessing neither file system nor environment.
......
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