From 6a189d068ba6f3c0b57e8e0e37fe3aa0e4881913 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sun, 28 May 2017 06:33:58 +0100 Subject: [PATCH] mark vipsprofile as python2 Some distros have python3 as the default, so make vipsprofile explicitly python2, thanks ioquatix. See https://github.com/jcupitt/libvips/issues/667 --- ChangeLog | 1 + tools/vipsprofile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ace8cf09..912c9dba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ - tiff read with start page > 0 could break edge tiles or strips - raise b64 limit to allow for huge profiles (thanks jaume) - fix error return in blob save (thanks jaume) +- tag vipsprofile as py2 (thanks ioquatix) 23/4/17 started 8.5.5 - doc polishing diff --git a/tools/vipsprofile b/tools/vipsprofile index 9b70143b..7c907943 100644 --- a/tools/vipsprofile +++ b/tools/vipsprofile @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import re import math