Author: esr
Date: Tue Mar 4 19:14:20 2008
New Revision: 24304
URL: http://svn.gna.org/viewcvs/wesnoth?rev=24304&view=rev
Log:
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.
Modified:
trunk/data/ais/parse.py
Modified: trunk/data/ais/parse.py
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/ais/parse.py?rev=24304&r1=24303&r2=24304&view=diff
==============================================================================
--- trunk/data/ais/parse.py (original)
+++ trunk/data/ais/parse.py Tue Mar 4 19:14:20 2008
@@ -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 = {}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits