diff options
author | Guido van Rossum <guido@python.org> | 2003-06-14 00:08:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-06-14 00:08:37 (GMT) |
commit | ecb544e95bc02a59d0acc1e28f3ef5624d399210 (patch) | |
tree | 589449882db7543c5562347b1120a8d0e57b219f /Tools/idle/idle.bat | |
parent | 91012fe9b58b9dff2298aad453804023d557447b (diff) | |
download | cpython-ecb544e95bc02a59d0acc1e28f3ef5624d399210.zip cpython-ecb544e95bc02a59d0acc1e28f3ef5624d399210.tar.gz cpython-ecb544e95bc02a59d0acc1e28f3ef5624d399210.tar.bz2 |
Get rid of old IDLE. Lib/idlelib rules!
Diffstat (limited to 'Tools/idle/idle.bat')
-rw-r--r-- | Tools/idle/idle.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/idle/idle.bat b/Tools/idle/idle.bat deleted file mode 100644 index 9024d02..0000000 --- a/Tools/idle/idle.bat +++ /dev/null @@ -1,3 +0,0 @@ -rem idle.bat - -start idle.pyw %1 %2 %3 %4 %5 %6 %7 %8 %9 |