diff --git a/tren.py b/tren.py index a4dde77..f86c195 100755 --- a/tren.py +++ b/tren.py @@ -9,7 +9,7 @@ BASENAME = PROGNAME.split(".py")[0] PROGENV = BASENAME.upper() INCLENV = PROGENV + "INCL" -RCSID = "$Id: tren.py,v 1.238 2010/09/07 18:24:18 tundra Exp $" +RCSID = "$Id: tren.py,v 1.239 2010/10/07 17:34:23 tundra Exp $" VERSION = RCSID.split()[2] # Copyright Information @@ -1935,7 +1935,7 @@ def PrintStdout(msg, TRAILING="\n"): sys.stdout.write(msg + TRAILING) -# End of 'PrintStdout' +# End of 'PrintStdout()' #####