ok
Direktori : /proc/thread-self/root/opt/alt/python34/lib64/python3.4/idlelib/ |
Current File : //proc/thread-self/root/opt/alt/python34/lib64/python3.4/idlelib/__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.