[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.32,1.33
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-10-08 01:56:12
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv25279/wolfpack Modified Files: consts.py Log Message: ActionQueue implementation. Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** consts.py 8 Oct 2003 01:35:48 -0000 1.32 --- consts.py 8 Oct 2003 01:56:08 -0000 1.33 *************** *** 356,357 **** --- 356,358 ---- RELOAD_ACCOUNTS = 2 RELOAD_CONFIGURATION = 3 + SAVE_WORLD = 4 |