[pywin32-checkins] pywin32/com/win32comext/propsys/test testpropsys.py, NONE, 1.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-01-22 12:22:10
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/propsys/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7545/propsys/test Added Files: testpropsys.py Log Message: New win32com.propsys package for the Vista property system (used by the shell, but gets it own module as this is officially vista-or-later) --- NEW FILE: testpropsys.py --- 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! |