Author: oracle
Date: Thu Jul  3 19:59:41 2008
New Revision: 27685

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27685&view=rev
Log:
Minimal feature set to allow bruteforce_wail.py to run.


Modified:
    trunk/data/ais/wail/__init__.py

Modified: trunk/data/ais/wail/__init__.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/ais/wail/__init__.py?rev=27685&r1=27684&r2=27685&view=diff
==============================================================================
--- trunk/data/ais/wail/__init__.py (original)
+++ trunk/data/ais/wail/__init__.py Thu Jul  3 19:59:41 2008
@@ -5,13 +5,24 @@
 __version__  = 0.1
 
 
-__all__ = [ 'app', 'decorator', 'rwlock', 'basetypes' ]
+__all__ = [ 'app', 'basetype', 'decorator', 'rwlock' ]
 
 
 # Load __all__ wail namespace so that a simple 'import wail' gives
 # access to them via wail.<name>
 from wesnoth import *
+print "============================================="
+print "'wesnoth' module has been absorbed into wail."
+print "============================================="
+
+##import app
+##import basetype
+##import decorator
+##import rwlock
 
 # Fix wesnoth functions with decorated functions here to ensure
 # safe locking throughout.
 
+print "============================================="
+print "wail module has been imported."
+print "============================================="


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to