From 31e5e17b687155d8f609b72ec5a33c4b14fc8295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 13 May 2014 14:04:10 +0000 Subject: drop python2.5 dependency if a given host (e.g. apt.puredata.info) only has python2.5 available, they should call the interpreter explicitely svn path=/trunk/; revision=17306 --- scripts/auto-build/create-latest-build-listing.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/auto-build/create-latest-build-listing.py b/scripts/auto-build/create-latest-build-listing.py index c9d0172d..90a7e7c2 100755 --- a/scripts/auto-build/create-latest-build-listing.py +++ b/scripts/auto-build/create-latest-build-listing.py @@ -1,5 +1,7 @@ -#!/usr/bin/python2.5 -# this is meant to run on apt.puredata.info, which only has python2.5 +#!/usr/bin/python +# apt.puredata.info had only python2.5 available: +# but this is solved by calling this script explicitely from python2.5 +# just make sure that you don't use any newer python-features...:-) import string import glob -- cgit v1.2.1