[wpdev-commits] xmlscripts/scripts/commands fix.py,1.2,1.3
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-09 10:37:06
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv880 Modified Files: fix.py Log Message: Tired eyes result in ignoring the missing , Index: fix.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/fix.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fix.py 9 Jul 2004 10:14:30 -0000 1.2 --- fix.py 9 Jul 2004 10:36:57 -0000 1.3 *************** *** 18,22 **** def onLoad(): wolfpack.registercommand( 'fix', commandFix ) ! wolfpack.registercommand( 'resend' commandFix ) return --- 18,22 ---- def onLoad(): wolfpack.registercommand( 'fix', commandFix ) ! wolfpack.registercommand( 'resend', commandFix ) return |