summarylogtreecommitdiffstats
path: root/wspr.py.patch
diff options
context:
space:
mode:
authorCarsten Feuls2015-06-30 13:01:41 +0200
committerCarsten Feuls2015-06-30 13:01:41 +0200
commita58b1dddb96a88b716c8f07c212c6b666d1a851c (patch)
tree373ad5b09b69ba0d94e43e5d7e64b0db1b01e288 /wspr.py.patch
downloadaur-a58b1dddb96a88b716c8f07c212c6b666d1a851c.tar.gz
Initial Commit
Diffstat (limited to 'wspr.py.patch')
-rw-r--r--wspr.py.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/wspr.py.patch b/wspr.py.patch
new file mode 100644
index 000000000000..3f8755372409
--- /dev/null
+++ b/wspr.py.patch
@@ -0,0 +1,11 @@
+--- wspr.py.orig 2015-01-22 19:32:59.000000000 +0100
++++ wspr.py 2015-01-22 19:43:27.133581716 +0100
+@@ -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 * \ No newline at end of file