You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-radio/wspr/files/wspr-3.01-PIL.patch

12 lines
431 B

--- wspr.py.orig 2014-06-23 21:25:51.000000000 +0200
+++ wspr.py 2014-06-23 21:26:03.000000000 +0200
@@ -35,7 +35,7 @@
from Numeric import zeros
import array
import dircache
-import Image, ImageTk, ImageDraw
+from PIL import Image, ImageTk, ImageDraw
from WsprMod.palettes import colormapblue, colormapgray0, colormapHot, \
colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette
from types import *