1
# Copyright 2009 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
"""A script to build reference html from wadl.
6
Uses an xsl from the launchpadlib package."""
18
stylesheet = pkg_resources.resource_filename(
19
'launchpadlib', 'wadl-to-refhtml.xsl')
20
subprocess.call(['xsltproc', stylesheet, source])
21
pkg_resources.cleanup_resources()