Commit d04fa5b0 authored by Tristan Cavelier's avatar Tristan Cavelier

TMP allow pdb

parent 7c0f804d
......@@ -195,6 +195,7 @@ ContainerAssertions[OrderedDict] = _check_access_wrapper(OrderedDict, _dict_whit
OrderedDict.__guarded_setitem__ = OrderedDict.__setitem__.__func__
OrderedDict.__guarded_delitem__ = OrderedDict.__delitem__.__func__
allow_module('pdb')
# given as example in Products.PythonScripts.module_access_examples
allow_module('base64')
allow_module('binascii')
......
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