forked from Lainports/freebsd-ports
- While here fix import of zeroes removing obsolete import added DOS2UNIX to faciltate this change - Do not re-add #LDFLAGS+= -shared it breaks configure
11 lines
322 B
Python
11 lines
322 B
Python
--- 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
|