Ignore:
Timestamp:
12 Mar 2012, 08:04:03 (13 years ago)
Author:
Henrik Bettermann
Message:

We don't need methods to fetch dictionaries.

Update interfaces.

File:
1 edited

Legend:

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

    r7819 r7841  
    6161
    6262    def longtitle(self):
    63         insttypes_dict = getUtility(IKofaUtils).getInstTypeDict()
     63        insttypes_dict = getUtility(IKofaUtils).INST_TYPES_DICT
    6464        result = "%s %s (%s)" % (
    6565            insttypes_dict[self.title_prefix],
Note: See TracChangeset for help on using the changeset viewer.