logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

__main__.py (159B)


  1. """
  2. IDLE main entry point
  3. Run IDLE as python -m idlelib
  4. """
  5. import idlelib.pyshell
  6. idlelib.pyshell.main()
  7. # This file does not work for 2.7; See issue 24212.