File: htmltodoc

package info (click to toggle)
palm-doctoolkit 0.99.1-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 152 kB
  • ctags: 130
  • sloc: python: 657; makefile: 40; sh: 19
file content (9 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/python
#-*-Python-*-
# $Id: htmltodoc,v 1.1 1998/08/27 10:30:09 rob Exp $

import conv_html, sys

if __name__ == '__main__':
    conv_html.main(sys.argv)