http://hg.python.org/peps/rev/34076bfed420 changeset: 4275:34076bfed420 user: Martin v. Löwis <martin at v.loewis.de> date: Thu Apr 19 10:32:50 2012 +0200 summary: Configure docutils to use hg as CVS. files: pep2pyramid.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pep2pyramid.py b/pep2pyramid.py --- a/pep2pyramid.py +++ b/pep2pyramid.py @@ -306,6 +306,8 @@ def fix_rst_pep(inpath, input_lines, outfile): from docutils import core + from docutils.transforms.peps import Headers + Headers.pep_cvs_url = PEPCVSURL parts = core.publish_parts( source=''.join(input_lines), source_path=inpath, -- Repository URL: http://hg.python.org/peps