[geany/geany-themes] 3b9f3f: Switch from Python PIL to Pillow package

Matthew Brush git-noreply at xxxxx
Wed Jan 17 04:20:38 UTC 2018


Branch:      refs/heads/master
Author:      Matthew Brush <mbrush at codebrainz.ca>
Committer:   Matthew Brush <mbrush at codebrainz.ca>
Date:        Wed, 17 Jan 2018 04:20:38 UTC
Commit:      3b9f3ffbc23bb21387850f746be38b76f9b124e4
             https://github.com/geany/geany-themes/commit/3b9f3ffbc23bb21387850f746be38b76f9b124e4

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).


More information about the Commits mailing list