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:
Eric S. Raymond 2008-03-04 18:14:20 +00:00
parent 04a595cebe
commit a33933f2de

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