mirror of
https://github.com/python/cpython.git
synced 2025-07-26 04:34:20 +00:00
Initial checkin of IDE scripts. (jvr)
This commit is contained in:
parent
b7ad821f02
commit
a840fca155
19 changed files with 334 additions and 0 deletions
4
Mac/IDE scripts/Search Python Documentation...
Normal file
4
Mac/IDE scripts/Search Python Documentation...
Normal file
|
@ -0,0 +1,4 @@
|
|||
import PyDocSearch
|
||||
# set the creator of the browser. 'MSIE' = Exploser, 'MOSS' = Netscape
|
||||
PyDocSearch.SIGNATURE = 'MOSS'
|
||||
pds = PyDocSearch.PyDocSearch()
|
Loading…
Add table
Add a link
Reference in a new issue