- Timestamp:
- 8 Jan 2010, 03:03:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/interfaces.py
r4668 r4733 25 25 if self.catalog is None: 26 26 self.catalog = getUtility(ICatalog, name='courses_catalog') 27 re sult =list(self.catalog.searchResults(code=('', 'z*')))27 return list(self.catalog.searchResults(code=('', 'z*'))) 28 28 29 29 def getTitle(self, value):
Note: See TracChangeset for help on using the changeset viewer.