File: idle.py

package info (click to toggle)
python3-defaults 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,948 kB
  • ctags: 130
  • sloc: python: 1,222; makefile: 375; sh: 105
file content (5 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#! /usr/bin/python3

from idlelib.PyShell import main
if __name__ == '__main__':
    main()