diff --git a/product/ERP5Type/patches/Restricted.py b/product/ERP5Type/patches/Restricted.py index 0007cd54c8eeaac72338a267b039dbccb169de82..95067096eed5a042b0edb286376e68268df7f7dd 100644 --- a/product/ERP5Type/patches/Restricted.py +++ b/product/ERP5Type/patches/Restricted.py @@ -177,7 +177,6 @@ allow_module('difflib') allow_module('hashlib') allow_module('time') allow_module('urlparse') -allow_module('random') ModuleSecurityInfo('os.path').declarePublic( # Allow functions accessing neither file system nor environment.