diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-07-29 00:15:37 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-07-29 00:15:37 +0000 |
commit | 6c6858b23c30fed20b8b38a2e871c5d99b3ab772 (patch) | |
tree | c65c80fb7462aa08acc7e763e72fd50872333956 /dev-python/docutils | |
parent | relax test-simple dep (diff) | |
download | gentoo-2-6c6858b23c30fed20b8b38a2e871c5d99b3ab772.tar.gz gentoo-2-6c6858b23c30fed20b8b38a2e871c5d99b3ab772.tar.bz2 gentoo-2-6c6858b23c30fed20b8b38a2e871c5d99b3ab772.zip |
Fixed cvs uri. Only GLEP editors will care.
Diffstat (limited to 'dev-python/docutils')
-rw-r--r-- | dev-python/docutils/files/glep-0.3-r1/glepstrans.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/docutils/files/glep-0.3-r1/glepstrans.py b/dev-python/docutils/files/glep-0.3-r1/glepstrans.py index 8bd348371d91..5d59c9687604 100644 --- a/dev-python/docutils/files/glep-0.3-r1/glepstrans.py +++ b/dev-python/docutils/files/glep-0.3-r1/glepstrans.py @@ -1,7 +1,7 @@ # Author: David Goodger # Contact: goodger@users.sourceforge.net -# Revision: $Revision: 1.1 $ -# Date: $Date: 2003/07/07 23:39:10 $ +# Revision: $Revision: 1.2 $ +# Date: $Date: 2003/07/29 00:15:37 $ # Copyright: This module has been placed in the public domain. """ @@ -33,8 +33,8 @@ class Headers(Transform): default_priority = 360 pep_url = 'glep-%04d.html' - pep_cvs_url = ('http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo/' - 'xml/htdocs/proj/en/glep/glep-%04d.txt') + pep_cvs_url = ('http://www.gentoo.org/cgi-bin/viewcvs.cgi/' + 'xml/htdocs/proj/en/glep/glep-%04d.txt?cvsroot=gentoo') rcs_keyword_substitutions = ( (re.compile(r'\$' r'RCSfile: (.+),v \$$', re.IGNORECASE), r'\1'), (re.compile(r'\$[a-zA-Z]+: (.+) \$$'), r'\1'),) |