File: bpython-gtk

package info (click to toggle)
bpython 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 616 kB
  • sloc: python: 4,484; makefile: 37; sh: 37
file content (6 lines) | stat: -rwxr-xr-x 74 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/env python

import sys
from gtk_ import main

sys.exit(main())