[wpdev-commits] xmlscripts/scripts bandages.py,1.13,1.14
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-01 16:34:19
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11706 Modified Files: bandages.py Log Message: bugfixes Index: bandages.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/bandages.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** bandages.py 27 Sep 2004 16:28:31 -0000 1.13 --- bandages.py 1 Oct 2004 16:34:09 -0000 1.14 *************** *** 60,65 **** --- 60,67 ---- if bandages.id == 0xe20: bandages.id = 0xe21 + bandages.baseid = 'e21' elif bandages.id == 0xe22: bandages.id = 0xee9 + bandages.baseid = 'ee9' bandages.update() |