File: epydocgui

package info (click to toggle)
epydoc 3.0.1%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 16,400 kB
  • sloc: python: 14,318; makefile: 87; sh: 7
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/env python
#
# Call the graphical interface for Epydoc.
#

from epydoc.gui import gui
gui()