home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 December / maximum-cd-2009-12.iso / DiscContents / YoFrankie.msi / CS_runtime.cab / pydocgui.pyw.6B976ADF_8AE8_434E_B282_A06C7F624D2F < prev    next >
Encoding:
Text File  |  2005-10-28  |  222 b   |  8 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.  
  6. if __name__ == '__main__':
  7.    pydoc.gui()
  8.