Changeset 11804 for main/waeup.kofa


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.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

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

    r11799 r11804  
    263263    APP_CATS_DICT = Attribute("Dict of application categories")
    264264    SEMESTER_DICT = Attribute("Dict of semesters or trimesters")
    265     INT_PHONE_PREFIXES = Attribute(
    266         "Dict of international phone number prefixes")
    267265    SYSTEM_MAX_LOAD = Attribute("Dict of maximum system loads.")
    268266
  • 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.