home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.exe / PYDOCGUI.PYW < prev    next >
Encoding:
Text File  |  2001-08-05  |  189 b   |  6 lines

  1. # Note:  this file must not be named pydoc.pyw, lest it just end up
  2. # importing itself (Python began allowing import of .pyw files
  3. # between 2.2a1 and 2.2a2).
  4. import pydoc
  5. pydoc.gui()
  6.