wavextract/wavextract-1.0.0-pillow.patch
2013-01-15 12:05:15 -06:00

11 lines
346 B
Diff

--- wavextract.orig/wavextract 2013-01-14 15:42:14.443037390 -0500
+++ wavextract.orig/wavextract 2013-01-14 15:38:36.029265622 -0500
@@ -31,7 +31,7 @@
import os
# Python Imaging Library (PIL) must be installed!
-import Image
+from PIL import Image
class Error(Exception):
"""Standard errors (printed without program termination)"""