summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1996-08-28 14:16:39 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1996-08-28 14:16:39 (GMT)
commit055782a15e8722d36d4a0d24e8d59affe204c39a (patch)
tree6f3155f14b0ff70353845b85a1e4ddf8dec66fe5 /Mac
parent0a3a74c071e82078158bfde372f01c239855d862 (diff)
downloadcpython-055782a15e8722d36d4a0d24e8d59affe204c39a.zip
cpython-055782a15e8722d36d4a0d24e8d59affe204c39a.tar.gz
cpython-055782a15e8722d36d4a0d24e8d59affe204c39a.tar.bz2
Removed silly dialog
Diffstat (limited to 'Mac')
-rw-r--r--Mac/scripts/BuildApplet.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Mac/scripts/BuildApplet.py b/Mac/scripts/BuildApplet.py
index 8da28d9..800ce90 100644
--- a/Mac/scripts/BuildApplet.py
+++ b/Mac/scripts/BuildApplet.py
@@ -214,9 +214,8 @@ def process(template, filename, output):
CloseResFile(output)
- # Give positive feedback
-
- message("Applet %s created." % `destname`)
+ if DEBUG:
+ print "Applet created:", destname
# Copy resources between two resource file descriptors.