mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
- 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:
parent
7cb7058b98
commit
c379e4971e
2
wsjt.py
2
wsjt.py
@ -11,6 +11,8 @@ import dircache
|
|||||||
import Image,ImageTk #, ImageDraw
|
import Image,ImageTk #, ImageDraw
|
||||||
from palettes import colormapblue, colormapgray0, colormapHot, \
|
from palettes import colormapblue, colormapgray0, colormapHot, \
|
||||||
colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette
|
colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette
|
||||||
|
from types import *
|
||||||
|
import array
|
||||||
|
|
||||||
root = Tk()
|
root = Tk()
|
||||||
Version="5.9.2 r" + "$Rev$"[6:-1]
|
Version="5.9.2 r" + "$Rev$"[6:-1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user