Commit 42a075df authored by Vincent Pelletier's avatar Vincent Pelletier

Revert "Allow "random" module to be imported by restricted python."

This reverts commit 991a6467.
Module is already allowed without this change.
parent 991a6467
......@@ -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.
......
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