Changeset 4733 for waeup/branches


Ignore:
Timestamp:
8 Jan 2010, 03:03:54 (15 years ago)
Author:
uli
Message:

Aargh! How could this be unattended so long?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/interfaces.py

    r4668 r4733  
    2525        if self.catalog is None:
    2626            self.catalog = getUtility(ICatalog, name='courses_catalog')
    27         result = list(self.catalog.searchResults(code=('', 'z*')))
     27        return list(self.catalog.searchResults(code=('', 'z*')))
    2828       
    2929    def getTitle(self, value):
Note: See TracChangeset for help on using the changeset viewer.