mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
6
Mac/IDE scripts/Insert folder name...
Normal file
6
Mac/IDE scripts/Insert folder name...
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import macfs
|
||||
|
||||
fss, ok = macfs.GetDirectory()
|
||||
if ok:
|
||||
import W
|
||||
W.FrontWindowInsert('"%s"' % fss.as_pathname())
|
||||
Loading…
Add table
Add a link
Reference in a new issue