Commit 4a4e022c authored by Shane Hathaway's avatar Shane Hathaway

Simplified invocation syntax

parent 0acf07e3
...@@ -592,7 +592,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -592,7 +592,7 @@ class ZCatalog(Folder, Persistent, Implicit):
arguments. arguments.
""" """
return apply(self._catalog.searchResults, (REQUEST, used), kw) return self._catalog.searchResults(REQUEST, used, **kw)
__call__=searchResults __call__=searchResults
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment