mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Added keywords $Date$ and $Rev$ to wsjt.py.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@20 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
b71d7687c7
commit
da64305920
3
wsjt.py
3
wsjt.py
@ -13,11 +13,12 @@ from palettes import colormapblue, colormapgray0, colormapHot, \
|
||||
colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette
|
||||
|
||||
root = Tk()
|
||||
Version="5.9.2 r17"
|
||||
Version="5.9.2 $Rev$"
|
||||
print "******************************************************************"
|
||||
print "WSJT Version " + Version + ", by K1JT"
|
||||
isec=Audio.makedate_sub()
|
||||
print "Build date: " + time.asctime(time.gmtime(isec)) + " UTC"
|
||||
print "$Date$"
|
||||
print "Run date: " + time.asctime(time.gmtime()) + " UTC"
|
||||
try:
|
||||
root.option_readfile('wsjtrc')
|
||||
|
Loading…
Reference in New Issue
Block a user