summaryrefslogtreecommitdiffstats
path: root/Mac/IDE scripts/Search Python Documentation...
diff options
context:
space:
mode:
authorJust van Rossum <just@lettererror.com>1999-09-26 12:25:06 (GMT)
committerJust van Rossum <just@lettererror.com>1999-09-26 12:25:06 (GMT)
commita840fca15590f2369bb5381be86d13ce12563f73 (patch)
tree799bb9ec5ffb6efb132ffd8c8256eb8b8710818e /Mac/IDE scripts/Search Python Documentation...
parentb7ad821f022a62656677b03f1d081e1e284047ea (diff)
downloadcpython-a840fca15590f2369bb5381be86d13ce12563f73.zip
cpython-a840fca15590f2369bb5381be86d13ce12563f73.tar.gz
cpython-a840fca15590f2369bb5381be86d13ce12563f73.tar.bz2
Initial checkin of IDE scripts. (jvr)
Diffstat (limited to 'Mac/IDE scripts/Search Python Documentation...')
-rw-r--r--Mac/IDE scripts/Search Python Documentation...4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/IDE scripts/Search Python Documentation... b/Mac/IDE scripts/Search Python Documentation...
new file mode 100644
index 0000000..2156b95
--- /dev/null
+++ b/Mac/IDE scripts/Search Python Documentation...
@@ -0,0 +1,4 @@
+import PyDocSearch
+# set the creator of the browser. 'MSIE' = Exploser, 'MOSS' = Netscape
+PyDocSearch.SIGNATURE = 'MOSS'
+pds = PyDocSearch.PyDocSearch()