[wpdev-commits] xmlscripts/scripts/commands info.py,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-22 05:47:01
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10329/commands Modified Files: info.py Log Message: Index: info.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/info.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** info.py 21 Jul 2004 14:20:41 -0000 1.13 --- info.py 22 Jul 2004 05:46:51 -0000 1.14 *************** *** 1090,1094 **** elif key == 12: item.newbie = int( hex2dec( textentries[ key ] ) ) ! elif key == 13 item.movable = int( hex2dec( textentries[ key ] ) ) elif key == 14: --- 1090,1094 ---- elif key == 12: item.newbie = int( hex2dec( textentries[ key ] ) ) ! elif key == 13: item.movable = int( hex2dec( textentries[ key ] ) ) elif key == 14: |