Backport fix for bug #11034.
This commit is contained in:
parent
5124cb3145
commit
9effd2768b
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