freebsd-ports/misc/wotsap/files/patch-wotsap
William Grzybowski 0e48185d11 misc/wotsap: switch from py-imaging to py-pillow
- USES python

With hat:	python
Approved by:	portmgr (bdrewery, implicit)
2014-10-05 00:19:01 +00:00

11 lines
357 B
Text

--- wotsap.orig 2014-10-05 00:18:42 UTC
+++ wotsap
@@ -193,7 +193,7 @@
try:
global Image, ImageDraw, ImageFont
- import Image, ImageDraw, ImageFont
+ from PIL import Image, ImageDraw, ImageFont
except ImportError:
print >>sys.stderr, \
"wotsap: Unable to import Python Imaging Library modules\n" \