small stuff

This commit is contained in:
John Cupitt 2014-12-27 10:00:01 +00:00
parent e93e27cd6e
commit d077d7c1fc
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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