Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a840fca15590f2369bb5381be86d13ce12563f73
/
.
/
Mac
/
IDE scripts
/
Insert file name...
blob: 7632f8e3ba799d7af4722d6db1622d0d1a4f3264 [
file
] [
log
] [
blame
]
Just van Rossum
a840fca
1999-09-26 12:25:06 +0000
[
diff
] [
blame^
]
1
import
macfs
2
3
fss
,
ok
=
macfs
.
StandardGetFile
()
4
if
ok
:
5
import
W
6
W
.
FrontWindowInsert
(
'"%s"'
%
fss
.
as_pathname
())