home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / jyte / jyte.exe / pythoncom.py < prev    next >
Text File  |  2004-01-26  |  141b  |  4 lines

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