- 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
This commit is contained in:
Diane Bruce 2006-01-13 06:39:29 +00:00
parent 66f86c3d65
commit b483328e63
1 changed files with 2 additions and 0 deletions

View File

@ -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]