From d077d7c1fcae56bef74e80695114369ef0ebda8c Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 27 Dec 2014 10:00:01 +0000 Subject: [PATCH] small stuff --- ChangeLog | 1 + python/Vips.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f875243..0b0d0794 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ - add gobject-2.0 to Requires: in vips and vips-cpp .pc files - bump soname - fix VipsBlob read +- remove "future" dependency, thanks bgilbert 4/11/14 started 7.42.0 - better default resolution for png load diff --git a/python/Vips.py b/python/Vips.py index a538aa8a..87ee4596 100644 --- a/python/Vips.py +++ b/python/Vips.py @@ -45,7 +45,7 @@ Vips = get_introspection_module('Vips') __all__ = [] # start up vips! -# passing argv[0] helps vips find it's data files on some platforms +# passing argv[0] helps vips find its data files on some platforms Vips.init(sys.argv[0]) # need the gtypes for various vips types