/Tools/scripts/idle

http://unladen-swallow.googlecode.com/ · #! · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 9b16ac9c05c5edf4910e8b4d15ef4e01 MD5 · raw file

  1. #! /usr/bin/env python
  2. from idlelib.PyShell import main
  3. if __name__ == '__main__':
  4. main()