Ignore:
Timestamp:
24 Sep 2014, 05:33:15 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove INT_PHONE_PREFIXES from KofaUtils?. It's not used.

File:
1 edited

Legend:

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

    r11803 r11804  
    9090        }
    9191
    92     # A list of phone prefixes (order num, country, prefix).
    93     # Items with same order num will be sorted alphabetically.
    94     # The lower the order num, the higher the precedence.
    95     INT_PHONE_PREFIXES = [
    96         (99, _('Germany'), '49'),
    97         ( 1, _('Nigeria'), '234'),
    98         (99, _('U.S.'), '1'),
    99         ]
    100 
    10192    #: A function to return
    10293    @classmethod
Note: See TracChangeset for help on using the changeset viewer.