testpropsys.py 204 B

1234
  1. from win32com.propsys import propsys, pscon
  2. print("propsys was imported (sorry - that is the extent of the tests,")
  3. print("but see the shell folder_view demo, which uses this module)")
  4. # that's all folks!