Changeset 5091 for main/waeup.sirp/trunk/src
- Timestamp:
- 30 Mar 2010, 17:25:06 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/catalog.py
r5090 r5091 2 2 """ 3 3 import grok 4 from grok import index 4 5 from hurry.query import Eq 5 6 from hurry.query.interfaces import IQuery 6 7 from hurry.query.query import Query 7 8 from zope.catalog.catalog import ResultSet 9 from zope.component import getUtility 8 10 from zope.intid.interfaces import IIntIds 9 11 … … 30 32 results = ResultSet(results, uidutil) 31 33 return results 34 35 grok.global_utility(WAeUPQuery) 32 36 33 37
Note: See TracChangeset for help on using the changeset viewer.