Minor comment cleanup.
1 parent 5fc3169 commit 908138a1526375e812c6537743f1c153059a5b29
@tundra tundra authored on 7 Oct 2010
Showing 1 changed file
View
4
tren.py
PROGNAME = "tren.py"
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
 
 
def PrintStdout(msg, TRAILING="\n"):
sys.stdout.write(msg + TRAILING)
 
# End of 'PrintStdout'
# End of 'PrintStdout()'
 
 
#####
# Process Include Files On The Command Line