home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / software / online / files / jyte.exe / pythoncom.py < prev    next >
Encoding:
Text File  |  2004-01-26  |  141 b   |  4 lines

  1. # Magic utility that "redirects" to pythoncomxx.dll
  2. import pywintypes
  3. pywintypes.__import_pywin32_system_module__("pythoncom", globals())
  4.