log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
logilab/doctools
view bin/mkdoc @ 0:cc367abb080e
find changesets by author, revision, files, or words in the commit message
forget the past. forget the past.
author
root
date
Wed, 26 Apr 2006 10:48:09 +0000
parents
children
0a7406a4c4ba
line source
1
#!/usr/bin/env python
2
# -*- coding: ISO-8859-1 -*-
3
4
from logilab.doctools import transform
5
import sys
6
sys.exit(transform.run(sys.argv[1:]))
7