File: bpython-gtk

package info (click to toggle)
bpython 0.9.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 576 kB
  • ctags: 514
  • sloc: python: 3,950; sh: 29; makefile: 20
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())