Fixed misleading comment.
1 parent 5412426 commit 38cc7f614166560ed0f65ceca5f180d67c9ac79e
@tundra tundra authored on 25 Aug 2010
Showing 1 changed file
View
12
tren.py
PROGNAME = "tren.py"
BASENAME = PROGNAME.split(".py")[0]
PROGENV = BASENAME.upper()
INCLENV = PROGENV + "INCL"
RCSID = "$Id: tren.py,v 1.226 2010/08/25 18:54:38 tundra Exp $"
RCSID = "$Id: tren.py,v 1.227 2010/08/25 19:26:25 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
# 1) Prepending any options specified in the environment variable.
#
# 2) Resolving any include file references
#
# 3) Separating the command line into [options ... filenames ..]
# groupings so that user can interweave multiple options
# and names on the command line.
#
# 4) Building the data structures that depend on the file/dir names
# 3) Building the data structures that depend on the file/dir names
# specified for renaming. We have to do this first, because
# -r renaming operations specified on the command line will
# need this information if they make use of renaming tokens.
#