Initial checkin of IDE scripts. (jvr)
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()