From b483328e639ba6023069418e1c0230531c54a992 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Fri, 13 Jan 2006 06:39:29 +0000 Subject: [PATCH] - will need module array to deal with array tostring conversions - left in the types import as well for possible debugging. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@93 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wsjt.py b/wsjt.py index 58dd56901..02371599a 100644 --- a/wsjt.py +++ b/wsjt.py @@ -11,6 +11,8 @@ import dircache import Image,ImageTk #, ImageDraw from palettes import colormapblue, colormapgray0, colormapHot, \ colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette +from types import * +import array root = Tk() Version="5.9.2 r" + "$Rev$"[6:-1]