Update of /cvsroot/pywin32/pywin32/AutoDuck
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18639/AutoDuck
Modified Files:
document_object.py
Log Message:
various syntax modernizations
Index: document_object.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/AutoDuck/document_object.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** document_object.py 31 May 2005 12:40:05 -0000 1.2
--- document_object.py 26 Nov 2008 08:39:32 -0000 1.3
***************
*** 78,80 ****
print "Doc categories"
for c in doc:
! print " ", c.id, c.label
\ No newline at end of file
--- 78,80 ----
print "Doc categories"
for c in doc:
! print " ", c.id, c.label
|