[wpdev-commits] xmlscripts/scripts/commands who.py,1.9,1.10
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-04 18:36:34
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30289 Modified Files: who.py Log Message: Fixes Index: who.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/who.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** who.py 4 Oct 2004 18:24:32 -0000 1.9 --- who.py 4 Oct 2004 18:34:53 -0000 1.10 *************** *** 46,49 **** --- 46,51 ---- maxpages = (worldsocketcount + 9) / 10 + socket.sysmessage('Sockets: %u' % worldsocketcount) + page = 0 serialcount = 0 |