Commit 6068de3e authored by Tristan Cavelier's avatar Tristan Cavelier

ERP5Type: Allow PythonScripts to access quopri module

parent bd020f77
......@@ -170,6 +170,7 @@ allow_module('crypt')
##
allow_module('pprint')
allow_module('quopri')
ModuleSecurityInfo('json').declarePublic('dumps', 'loads')
import re
......
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