Changed HEXLOWER and HEXUPPER strings to follow naming conventions of other alphabets.
1 parent b5962e6 commit 005b120394c728a0e01e383ea4e4b018ec317403
@tundra tundra authored on 13 Mar 2010
Showing 1 changed file
View
6
tren.py
 
PROGNAME = "tren.py"
BASENAME = PROGNAME.split(".py")[0]
PROGENV = BASENAME.upper()
RCSID = "$Id: tren.py,v 1.191 2010/03/13 20:53:25 tundra Exp $"
RCSID = "$Id: tren.py,v 1.192 2010/03/13 20:57:13 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
# Sequence Alphabets
 
DECIMAL = "Decimal"
OCTAL = "Octal"
HEXLOWER = "Hexlower"
HEXUPPER = "Hexupper"
HEXLOWER = "HexLower"
HEXUPPER = "HexUpper"
LOWER = "Lower"
LOWERUPPER = "LowerUpper"
UPPER = "Upper"
UPPERLOWER = "UpperLower"