Ignore:
Timestamp:
8 Mar 2012, 22:28:46 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

File:
1 edited

Legend:

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

    r7811 r7819  
    2323from zope.interface import implementedBy
    2424from zope.component import getUtility
    25 from waeup.kofa.interfaces import IKOFAUtils
     25from waeup.kofa.interfaces import IKofaUtils
    2626from waeup.kofa.university.interfaces import (
    2727    IFaculty, IFacultyAdd, IDepartment)
     
    6161
    6262    def longtitle(self):
    63         insttypes_dict = getUtility(IKOFAUtils).getInstTypeDict()
     63        insttypes_dict = getUtility(IKofaUtils).getInstTypeDict()
    6464        result = "%s %s (%s)" % (
    6565            insttypes_dict[self.title_prefix],
Note: See TracChangeset for help on using the changeset viewer.