Commit c4f9f1a5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

ERP5Type.patches.Restricted: Allow importing "unicodedata" module.

parent 04b2265f
......@@ -199,6 +199,7 @@ import hashlib
# for md5 and sha1/224/256/384/512)
allow_type(type(hashlib.md5()))
allow_module('time')
allow_module('unicodedata')
allow_module('urlparse')
allow_module('struct')
......
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