- Timestamp:
- 8 Mar 2012, 22:28:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/university/department.py
r7811 r7819 24 24 from waeup.kofa.university.coursescontainer import CoursesContainer 25 25 from waeup.kofa.university.certificatescontainer import CertificatesContainer 26 from waeup.kofa.interfaces import IK OFAUtils26 from waeup.kofa.interfaces import IKofaUtils 27 27 from waeup.kofa.university.interfaces import IDepartment, IDepartmentAdd 28 28 … … 73 73 74 74 def longtitle(self): 75 insttypes_dict = getUtility(IK OFAUtils).getInstTypeDict()75 insttypes_dict = getUtility(IKofaUtils).getInstTypeDict() 76 76 return "%s %s (%s)" % ( 77 77 insttypes_dict[self.title_prefix],
Note: See TracChangeset for help on using the changeset viewer.