diff --git a/tren.py b/tren.py index da8e6b7..5403388 100755 --- a/tren.py +++ b/tren.py @@ -7,7 +7,7 @@ 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 @@ -85,6 +85,7 @@ dPAIR = "Option/Target Pair" dPROGENV = "$" + PROGENV dRESOLVEDOPTS = "Resolved Command Line" +dTARGETS = "Rename Targets: %s" ##### @@ -480,6 +481,3 @@ if opt == "-x": REGEX = True -if DEBUG: - # Dump final program state - DumpState()