Sorted list of case conversion options displayed when user enters one that is invalid.
1 parent 3703851 commit 82a1fc05f7c90f0388211c9840193eb972f1150c
@tundra tundra authored on 25 Aug 2010
Showing 1 changed file
View
3
■■
tren.py
PROGNAME = "tren.py"
BASENAME = PROGNAME.split(".py")[0]
PROGENV = BASENAME.upper()
INCLENV = PROGENV + "INCL"
RCSID = "$Id: tren.py,v 1.224 2010/08/25 18:04:39 tundra Exp $"
RCSID = "$Id: tren.py,v 1.225 2010/08/25 18:08:41 tundra Exp $"
VERSION = RCSID.split()[2]
 
# Copyright Information
 
'u' : str.upper
}
 
CASEOPS = CASETBL.keys()
CASEOPS.sort()
 
 
# Day And Month Conversion Tables