[wpdev-commits] xmlscripts/scripts/commands __init__.py,1.17,1.18
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-15 01:26:02
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12961/commands Modified Files: __init__.py Log Message: los Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/__init__.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** __init__.py 14 Sep 2004 23:03:09 -0000 1.17 --- __init__.py 15 Sep 2004 01:25:53 -0000 1.18 *************** *** 189,196 **** if target.item: ! targpos = target.item.pos elif target.char: ! targpos = target.item.char ! targpos.z += 10 srcpos = char.pos --- 189,195 ---- if target.item: ! targpos = target.item elif target.char: ! targpos = target.char srcpos = char.pos |