blob: b352d3b486af3f176bec778372cee0471e18f5cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- specjt.py.orig Fri Feb 2 16:45:39 2007
+++ specjt.py Fri Feb 2 17:10:25 2007
@@ -10,7 +10,7 @@
import string
import cPickle
#import Numeric
-from Numeric import zeros, multiarray
+from numpy.oldnumeric import zeros, multiarray
import Image, ImageTk, ImageDraw
from palettes import colormapblue, colormapgray0, colormapHot, \
colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette
|