[Wnd-commit] wnd/wnd fwtypes.py,1.4,1.5
Status: Alpha
Brought to you by:
jurner
|
From: jürgen u. <cer...@us...> - 2005-07-23 22:10:15
|
Update of /cvsroot/wnd/wnd/wnd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26713/wnd Modified Files: fwtypes.py Log Message: bit of this and a bit of that Index: fwtypes.py =================================================================== RCS file: /cvsroot/wnd/wnd/wnd/fwtypes.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fwtypes.py 23 Jul 2005 19:10:17 -0000 1.4 --- fwtypes.py 23 Jul 2005 22:10:06 -0000 1.5 *************** *** 507,511 **** return None - """***************************************************************************************** Copy Data handlers --- 507,510 ---- *************** *** 554,558 **** return (cd.dwData, ''.join(data[len(SZ_GUID_COPYDATA):])) - --- 553,556 ---- |