Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32108
Modified Files:
__init__.py accounts.py
Log Message:
Needed these links...
Index: accounts.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/accounts.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** accounts.py 2 Jul 2004 13:40:47 -0000 1.7
--- accounts.py 17 Jul 2004 09:04:49 -0000 1.8
***************
*** 9,12 ****
--- 9,13 ----
find = _wolfpack.accounts.find
list = _wolfpack.accounts.list
+ count = _wolfpack.accounts.count
acls = _wolfpack.accounts.acls
acl = _wolfpack.accounts.acl
Index: __init__.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/__init__.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** __init__.py 16 Jul 2004 07:09:28 -0000 1.60
--- __init__.py 17 Jul 2004 09:04:48 -0000 1.61
***************
*** 24,27 ****
--- 24,29 ----
charcount = _wolfpack.charcount
itemcount = _wolfpack.itemcount
+ npccount = _wolfpack.npccount
+ playercount = _wolfpack.playercount
getdefinition = _wolfpack.getdefinition
getdefinitions = _wolfpack.getdefinitions
|