Automatically dump distribution folders where I want them, next to the vise scripts.

This commit is contained in:
Jack Jansen 2000-05-05 23:07:43 +00:00
parent b8f820c5a9
commit 68552ddece
2 changed files with 8 additions and 15 deletions

View file

@ -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()