Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
2fb17ba2fa19d15d2c422ef7c2b45dca4f4de140
/
.
/
Mac
/
IDE scripts
/
Insert file name...
blob: 7632f8e3ba799d7af4722d6db1622d0d1a4f3264 [
file
]
import
macfs
fss
,
ok
=
macfs
.
StandardGetFile
()
if
ok
:
import
W
W
.
FrontWindowInsert
(
'"%s"'
%
fss
.
as_pathname
())