diff options
Diffstat (limited to 'comms/wspr/files/patch-wspr.py')
-rw-r--r-- | comms/wspr/files/patch-wspr.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/wspr/files/patch-wspr.py b/comms/wspr/files/patch-wspr.py new file mode 100644 index 000000000000..1932d28ad5b2 --- /dev/null +++ b/comms/wspr/files/patch-wspr.py @@ -0,0 +1,11 @@ +--- wspr.py.orig 2014-12-14 19:16:10.079628932 -0500 ++++ wspr.py 2014-12-14 19:16:18.894628427 -0500 +@@ -50,7 +50,7 @@ + import Pmw + from WsprMod import palettes + from math import log10 +-from numpy.oldnumeric import zeros ++from numpy import zeros + import array + ##import dircache + from PIL import Image, ImageTk, ImageDraw |