made enum names consistent

This commit is contained in:
Binh 2011-06-25 14:33:28 -05:00
parent 5f9211f30a
commit ab16399e19

View file

@ -1,4 +1,4 @@
STATE_POSTAL_NUMERIC = {
state_postal_numeric = {
'AL': 1,
'AK': 2,
'AZ': 4,
@ -51,7 +51,8 @@ STATE_POSTAL_NUMERIC = {
'WI': 55,
'WY': 56,
}
COUNTRIES = (
countries = (
('AF', 'Afghanistan'),
('AX', 'Aland Islands'),
('AL', 'Albania'),