summaryrefslogtreecommitdiff
path: root/Lib/idlelib/buildapp.py
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2006-06-11 14:33:36 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2006-06-11 14:33:36 +0000
commit19302d927e6688e02553df16177e4867e2d0e3b3 (patch)
tree38fbc0f20e5b05833d09a560ea8d081393f19768 /Lib/idlelib/buildapp.py
parent6aaccc6b55a684771abfdad74bea742c25ded506 (diff)
downloadcpython-git-19302d927e6688e02553df16177e4867e2d0e3b3.tar.gz
This patch improves the L&F of IDLE on OSX. The changes are conditionalized on
being in an IDLE.app bundle on darwin. This does a slight reorganisation of the menus and adds support for file-open events.
Diffstat (limited to 'Lib/idlelib/buildapp.py')
-rw-r--r--Lib/idlelib/buildapp.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/Lib/idlelib/buildapp.py b/Lib/idlelib/buildapp.py
deleted file mode 100644
index 672eb1e5f3..0000000000
--- a/Lib/idlelib/buildapp.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# After running python setup.py install, run this program from the command
-# line like so:
-#
-# % python2.3 buildapp.py build
-#
-# A double-clickable IDLE application will be created in the build/ directory.
-#
-
-from bundlebuilder import buildapp
-
-buildapp(
- name="IDLE",
- mainprogram="idle.py",
- argv_emulation=1,
- iconfile="Icons/idle.icns",
-)