File: bpython-urwid.py

package info (click to toggle)
bpython 0.12-1.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 764 kB
  • ctags: 699
  • sloc: python: 5,006; makefile: 37; sh: 37
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())