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
|