summaryrefslogtreecommitdiff
path: root/misc/wotsap/files/patch-wotsap
blob: e752da0b4cfc58c087630e94209902965a8ca06e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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" \