File: bpython-urwid.py

package info (click to toggle)
bpython 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,116 kB
  • sloc: python: 11,100; xml: 52; sh: 37; makefile: 27
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/env python

import sys
from urwid_ import main

sys.exit(main())