Backport fix for bug #11034.

This commit is contained in:
Eric S. Raymond 2008-03-06 10:50:06 +00:00
parent 5124cb3145
commit 9effd2768b

View file

@ -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 = {}