mirror of
https://github.com/python/cpython.git
synced 2025-11-15 08:01:29 +00:00
Automatically dump distribution folders where I want them, next to the vise scripts.
This commit is contained in:
parent
b8f820c5a9
commit
68552ddece
2 changed files with 8 additions and 15 deletions
|
|
@ -183,14 +183,8 @@ class MainListWindow(ListWindow):
|
|||
if item == MAIN_LIST:
|
||||
self.do_listhit(event)
|
||||
if item == MAIN_MKDISTR:
|
||||
## XXXX Why doesn't this work??!?!?
|
||||
## fss, ok = macfs.StandardPutFile('Destination folder?')
|
||||
## if not ok:
|
||||
## return
|
||||
## dest = fss.as_pathname()
|
||||
dest = os.path.join(os.getcwd(), 'Distribution')
|
||||
setwatchcursor()
|
||||
self.cb_run(dest)
|
||||
self.cb_run()
|
||||
setarrowcursor()
|
||||
if item == MAIN_CHECK:
|
||||
setwatchcursor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue