summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/MkDistr_ui.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-05-05 23:07:43 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-05-05 23:07:43 (GMT)
commit68552ddece3246548633756d62433b723cbc1bce (patch)
treecdf4a83314a156d569f62fa73b6b1f8b34e5c974 /Mac/scripts/MkDistr_ui.py
parentb8f820c5a98a10c5ad94cfec1569b7b80829c55d (diff)
downloadcpython-68552ddece3246548633756d62433b723cbc1bce.zip
cpython-68552ddece3246548633756d62433b723cbc1bce.tar.gz
cpython-68552ddece3246548633756d62433b723cbc1bce.tar.bz2
Automatically dump distribution folders where I want them, next to the vise scripts.
Diffstat (limited to 'Mac/scripts/MkDistr_ui.py')
-rw-r--r--Mac/scripts/MkDistr_ui.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/Mac/scripts/MkDistr_ui.py b/Mac/scripts/MkDistr_ui.py
index babd156..f0be72b 100644
--- a/Mac/scripts/MkDistr_ui.py
+++ b/Mac/scripts/MkDistr_ui.py
@@ -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()