Ignore:
Timestamp:
9 Apr 2012, 06:34:38 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove Nigerian lgas from base package. LGAs are not core data.

Use the COUNTRIES instead of NATS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py

    r7993 r8069  
    140140        9: 'N/A'
    141141        }
    142 
    143     #: a tuple of tuples (<COUNTRY-NAME>, <ISO-CODE>) with Nigeria first.
    144     COUNTRIES = get_sorted_preferred(COUNTRIES, ['NG'])
    145142
    146143    def sendContactForm(self,from_name,from_addr,rcpt_name,rcpt_addr,
Note: See TracChangeset for help on using the changeset viewer.