Update of /cvsroot/pywin32/pywin32/com/win32comext/propsys/test
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20331/com/win32comext/propsys/test
Modified Files:
Tag: py3k
testpropsys.py
Log Message:
many more upgrades to py3k syntax
Index: testpropsys.py
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/propsys/test/testpropsys.py,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** testpropsys.py 22 Jan 2008 12:22:14 -0000 1.1
--- testpropsys.py 26 Nov 2008 09:03:30 -0000 1.1.2.1
***************
*** 1,4 ****
from win32com.propsys import propsys, pscon
! print "propsys was imported (sorry - that is the extent of the tests,"
! print "but see the shell folder_view demo, which uses this module)"
# that's all folks!
\ No newline at end of file
--- 1,4 ----
from win32com.propsys import propsys, pscon
! print("propsys was imported (sorry - that is the extent of the tests,")
! print("but see the shell folder_view demo, which uses this module)")
# that's all folks!
\ No newline at end of file
|