Commit 991a6467 authored by Vincent Pelletier's avatar Vincent Pelletier

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

parent 4ded2a2b
......@@ -177,6 +177,7 @@ 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