logilab/doctools

view bin/xml2dbk @ 0:cc367abb080e

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
3 from logilab.doctools import xmlformat
4 import sys
6 xmlformat.run(sys.argv[1:])