summaryrefslogtreecommitdiffstats
path: root/Mac/IDE scripts/Search Python Documentation...
blob: 2156b95c1a9c29dcbdf68488df8e271d3e08a9c0 (plain)
1
2
3
4
import PyDocSearch
# set the creator of the browser. 'MSIE' = Exploser, 'MOSS' = Netscape
PyDocSearch.SIGNATURE = 'MOSS'
pds = PyDocSearch.PyDocSearch()