You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pyds/files/pyds-pillow.patch

15 lines
272 B

https://bugs.gentoo.org/show_bug.cgi?id=471508
--- a/PyDS/PictureTool.py
+++ a/PyDS/PictureTool.py
@@ -35,8 +35,8 @@
import string
import mimetypes
-import Image
-import ImageDraw
+from PIL import Image
+from PIL import ImageDraw
import PyDS.Tool
import PyDS.EXIF