File: epydocgui

package info (click to toggle)
epydoc 2.1-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,364 kB
  • ctags: 2,878
  • sloc: python: 9,010; makefile: 85; sh: 73
file content (7 lines) | stat: -rwxr-xr-x 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/python
#
# Call the graphical interface for Epydoc.
#

from epydoc.gui import gui
gui()