Got rid of superfluous DumpState() at end of option parsing.
1 parent 42f4e17 commit d63992dca344188b352eba191209ffef2dbb27b0
@tundra tundra authored on 25 Jan 2010
Showing 1 changed file
View
11
tren.py
# Program Information
 
PROGNAME = "tren.py"
PROGENV = PROGNAME.split(".py")[0].upper()
RCSID = "$Id: tren.py,v 1.110 2010/01/26 01:15:08 tundra Exp $"
RCSID = "$Id: tren.py,v 1.111 2010/01/26 01:23:14 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
dINCLUDING = "Including file '%s'"
dPAIR = "Option/Target Pair"
dPROGENV = "$" + PROGENV
dRESOLVEDOPTS = "Resolved Command Line"
dTARGETS = "Rename Targets: %s"
 
 
#####
# Error Messages
REGEX = False
if opt == "-x":
REGEX = True
 
if DEBUG:
# Dump final program state
DumpState()