Author: oracle
Date: Thu Jul  3 18:56:01 2008
New Revision: 27683

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27683&view=rev
Log:
Initial wail directory/module checkin. Nothing but a teaser. ;)


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

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=27683&r1=27682&r2=27683&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Thu Jul  3 18:56:01 2008
@@ -59,6 +59,7 @@
      than ints. Minor modernization effort to use new C-API macros provided via
      python 2.4+. This change is fully backward compatible for scripts which 
properly
      treat the return value as a boolean.
+   * Initial wail directory checkin. It's only a teaser at this point. ;)
 
 Version 1.5.1:
  * campaigns:

Added: trunk/data/ais/wail/__init__.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/ais/wail/__init__.py?rev=27683&view=auto
==============================================================================
--- trunk/data/ais/wail/__init__.py (added)
+++ trunk/data/ais/wail/__init__.py Thu Jul  3 18:56:01 2008
@@ -1,0 +1,17 @@
+# Wesnoth AI Library
+#
+
+__author__   = 'Greg Copeland'
+__version__  = 0.1
+
+
+__all__ = [ 'app', 'decorator', 'rwlock', 'basetypes' ]
+
+
+# Load __all__ wail namespace so that a simple 'import wail' gives
+# access to them via wail.<name>
+from wesnoth import *
+
+# Fix wesnoth functions with decorated functions here to ensure
+# safe locking throughout.
+


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

Reply via email to