12 lines
357 B
Text
12 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" \
|