11 lines
346 B
Diff
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)"""
|