mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Added prompt to getfile dialog
Renumbered resources
This commit is contained in:
parent
ec38010808
commit
9d19a914d0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import macfs
|
|||
from Res import *
|
||||
|
||||
def main():
|
||||
fss, ok = macfs.StandardGetFile()
|
||||
fss, ok = macfs.PromptGetFile('Select file with aeut/aete resource:')
|
||||
if not ok:
|
||||
sys.exit(0)
|
||||
process(fss.as_pathname())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue