home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Mac / IDE scripts / Search Python Documentation… < prev    next >
Encoding:
Text File  |  2000-06-23  |  153 b   |  5 lines

  1. import PyDocSearch
  2. # set the creator of the browser. 'MSIE' = Exploser, 'MOSS' = Netscape
  3. PyDocSearch.SIGNATURE = 'MOSS'
  4. pds = PyDocSearch.PyDocSearch()
  5.