diff options
Diffstat (limited to 'comms/wsjt/files/patch-wsjt.py')
-rw-r--r-- | comms/wsjt/files/patch-wsjt.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/wsjt/files/patch-wsjt.py b/comms/wsjt/files/patch-wsjt.py deleted file mode 100644 index 453accf15655..000000000000 --- a/comms/wsjt/files/patch-wsjt.py +++ /dev/null @@ -1,11 +0,0 @@ ---- wsjt.py.orig Fri Feb 2 16:45:49 2007 -+++ wsjt.py Fri Feb 2 17:10:03 2007 -@@ -8,7 +8,7 @@ - import g,os,time - import Audio - from math import log10 --from Numeric import zeros -+from numpy.oldnumeric import zeros - import dircache - import Image,ImageTk #, ImageDraw - from palettes import colormapblue, colormapgray0, colormapHot, \ |