Minor comment change.
1 parent ee74fda commit 12fac9487140066523e666fbc7aacc07c3f52069
@tundra tundra authored on 27 Aug 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.234 2010/08/27 16:13:01 tundra Exp $"
RCSID = "$Id: tren.py,v 1.235 2010/08/27 17:08:01 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
#----------------------------------------------------------#
# Program Entry Point #
#----------------------------------------------------------#
 
# Set up proper include path separator
# Set up proper include path delimiter
 
if WINDOWS:
PATHDEL = PATHDELWIN