Staging
v0.8.1
Revision fa42893546010a0c649ba0d85d41a8bb980086f0 authored by Ned Deily on 13 June 2016, 20:54:49 UTC, committed by Ned Deily on 13 June 2016, 20:54:49 UTC
1 parent 8b9173a
Raw File
__main__.py
"""
IDLE main entry point

Run IDLE as python -m idlelib
"""
import idlelib.pyshell
idlelib.pyshell.main()
# This file does not work for 2.7; See issue 24212.
back to top