openmedialibrary_platform_d.../lib/python3.7/idlelib/__main__.py

9 lines
159 B
Python
Raw Permalink Normal View History

2016-02-06 09:36:57 +00:00
"""
IDLE main entry point
Run IDLE as python -m idlelib
"""
2018-12-31 23:25:26 +00:00
import idlelib.pyshell
idlelib.pyshell.main()
2016-02-06 09:36:57 +00:00
# This file does not work for 2.7; See issue 24212.