Address bug #11034.
This looks safe to me, and now that we're early in 1.5 we'll have time to notice and fix any problems it creates.
This commit is contained in:
parent
04a595cebe
commit
a33933f2de
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import re, os, safe
|
||||
|
||||
whitelisted = ["wesnoth", "heapq", "random", "math", "string", "re"]
|
||||
whitelisted = ["wesnoth", "heapq", "random", "math", "string", "re", "threading"]
|
||||
rex = re.compile(r"^import\s+(.*)", re.M)
|
||||
modules = {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue