changeset 2737 | 5b43af491b93 |
parent 2735 | 74f0972f523f |
child 2862 | 27971a13089f |
--- a/app/soc/models/countries.py Fri Aug 07 01:27:24 2009 +0200 +++ b/app/soc/models/countries.py Fri Aug 07 02:06:33 2009 +0200 @@ -266,7 +266,7 @@ } # List of all countries and territories -COUNTRIES_AND_TERRITORIES = COUNTRY_INFO.keys() +COUNTRIES_AND_TERRITORIES = sorted(COUNTRY_INFO.keys()) # Mapping of countries to their CCTLD COUNTRIES_TO_CCTLD = dict((k, c) for k, (c, _) in COUNTRY_INFO.items())