Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18281/commands
Modified Files:
eval.py
Log Message:
Tweaks... looking at ways to reduce memory load.
Index: eval.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/eval.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** eval.py 9 Jul 2004 21:08:36 -0000 1.3
--- eval.py 9 Jul 2004 21:47:46 -0000 1.4
***************
*** 17,19 ****
def onLoad():
! registercommand('eval', evalcommand)
--- 17,19 ----
def onLoad():
! wolfpack.registercommand('eval', evalcommand)
|