Changeset 11804 for main/waeup.kofa/trunk/src
- Timestamp:
- 24 Sep 2014, 05:33:15 (10 years ago)
- 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 263 263 APP_CATS_DICT = Attribute("Dict of application categories") 264 264 SEMESTER_DICT = Attribute("Dict of semesters or trimesters") 265 INT_PHONE_PREFIXES = Attribute(266 "Dict of international phone number prefixes")267 265 SYSTEM_MAX_LOAD = Attribute("Dict of maximum system loads.") 268 266 -
main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py
r11803 r11804 90 90 } 91 91 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 101 92 #: A function to return 102 93 @classmethod
Note: See TracChangeset for help on using the changeset viewer.