From c68cb31572f431662de746dde67b9714dc9f0233 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 29 Mar 2010 17:02:20 +0000 Subject: [PATCH] only python 2.5 is available on dinsdale --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5373fc25..9ee3154fc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ PEP2HTML=pep2html.py -PYTHON=python2.6 +PYTHON=python2.5 .SUFFIXES: .txt .html