openmedialibrary_platform_w.../Lib/site-packages/win32comext/propsys/test/testpropsys.py
2016-04-14 21:54:42 +02:00

4 lines
No EOL
207 B
Python

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!