After discussing with esr we decided to revert 2008-03-06T10:50:06Z!esr@thyrsus.com

since it might cause incompatibilities between 1.4 version.
This commit is contained in:
Mark de Wever 2008-03-08 17:56:16 +00:00
parent 9775869479
commit d53f808979

View file

@ -1,6 +1,6 @@
import re, os, safe
whitelisted = ["wesnoth", "heapq", "random", "math", "string", "re", "threading"]
whitelisted = ["wesnoth", "heapq", "random", "math", "string", "re"]
rex = re.compile(r"^import\s+(.*)", re.M)
modules = {}