log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
logilab/doctools
view bin/xml2dbk @ 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
line source
1
#!/usr/bin/env python
2
3
from logilab.doctools import xmlformat
4
import sys
5
6
xmlformat.run(sys.argv[1:])
7