mirror of
https://github.com/python/cpython.git
synced 2025-07-28 05:34:31 +00:00
Use new file dialogs.
This commit is contained in:
parent
d9db3a6713
commit
b340acf9fd
16 changed files with 72 additions and 78 deletions
|
@ -159,7 +159,8 @@ def interact(options, title):
|
|||
## if n == REVERT_ITEM:
|
||||
## return [], pythondir
|
||||
if n == DIR_ITEM:
|
||||
fss, ok = macfs.GetDirectory('Select python home folder:')
|
||||
fss = EasyDialogs.AskFolder(message='Select python home folder:',
|
||||
wanted=macfs.FSSpec)
|
||||
if ok:
|
||||
options['dir'] = fss
|
||||
elif n == HELP_ITEM and Help:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue