mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 22:57:47 -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
|
colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette
|
||||||
|
|
||||||
root = Tk()
|
root = Tk()
|
||||||
Version="5.9.2 r17"
|
Version="5.9.2 $Rev$"
|
||||||
print "******************************************************************"
|
print "******************************************************************"
|
||||||
print "WSJT Version " + Version + ", by K1JT"
|
print "WSJT Version " + Version + ", by K1JT"
|
||||||
isec=Audio.makedate_sub()
|
isec=Audio.makedate_sub()
|
||||||
print "Build date: " + time.asctime(time.gmtime(isec)) + " UTC"
|
print "Build date: " + time.asctime(time.gmtime(isec)) + " UTC"
|
||||||
|
print "$Date$"
|
||||||
print "Run date: " + time.asctime(time.gmtime()) + " UTC"
|
print "Run date: " + time.asctime(time.gmtime()) + " UTC"
|
||||||
try:
|
try:
|
||||||
root.option_readfile('wsjtrc')
|
root.option_readfile('wsjtrc')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user