0e48185d11
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
11 lines
357 B
Text
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" \
|