Branch: refs/heads/master Author: Matthew Brush mbrush@codebrainz.ca Committer: Matthew Brush mbrush@codebrainz.ca Date: Wed, 17 Jan 2018 04:20:38 UTC Commit: 3b9f3ffbc23bb21387850f746be38b76f9b124e4 https://github.com/geany/geany-themes/commit/3b9f3ffbc23bb21387850f746be38b7...
Log Message: ----------- Switch from Python PIL to Pillow package
Modified Paths: -------------- scripts/mkindex.py
Modified: scripts/mkindex.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -12,7 +12,7 @@ import hashlib import base64 import StringIO -import Image, ImageDraw, ImageOps, ImageFilter +from PIL import Image, ImageDraw, ImageOps, ImageFilter
SCREENSHOT_BASE = 'https://raw.github.com/geany/geany-themes/master/screenshots/' SCHEMES_BASE = 'https://raw.github.com/geany/geany-themes/master/colorschemes/'
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).