Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
4da37fcdf057a2de67df998a68331f0bd14a388b
/
.
/
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
())