Removed trailing period from renaming information message.
1 parent d8586cc commit d67204b1707eea01fc34f4d2bd9b68ff364ffff2
@tundra tundra authored on 11 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.220 2010/08/10 14:36:25 tundra Exp $"
RCSID = "$Id: tren.py,v 1.221 2010/08/12 02:58:08 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
 
iFORCEDNOBKU = "Forced renaming WITHOUT backups in effect!!! %s is overwriting %s."
iRENFORCED = "Target '%s' exists. Creating backup."
iRENSKIPPED = "Target '%s' exists. Renaming '%s' skipped."
iRENAMING = "Renaming '%s' " + ARROW + " '%s'."
iRENAMING = "Renaming '%s' " + ARROW + " '%s'"
iSEQTOOLONG = "Sequence number %s, longer than format string %s, Rolling over!"
 
 
#####