From f4a88d02a7a3de47b3ea6c03428bef42fd344146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 21 Mar 2006 14:41:48 +0000 Subject: [PATCH] Move PEP directory to dev (patch by Tim Parkin). --- pep2pyramid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep2pyramid.py b/pep2pyramid.py index ac3bfa53f..fde655fe7 100755 --- a/pep2pyramid.py +++ b/pep2pyramid.py @@ -34,7 +34,7 @@ Options: The optional arguments ``peps`` are either pep numbers or .txt files. """ -destDirBase = '/data/ftp.python.org/pub/beta.python.org/build/data/doc/peps' +destDirBase = '/data/ftp.python.org/pub/beta.python.org/build/data/dev/peps' import sys import os @@ -244,7 +244,7 @@ def fixfile(inpath, input_lines, outfile): need_pre = 0 print >> outfile, re.sub( parts[1], - '%s' % (int(parts[1]), + '%s' % (int(parts[1]), parts[1]), line, 1), continue elif parts and '@' in parts[-1]: