Commit a7f221c1 authored by Jérome Perrin's avatar Jérome Perrin

catalogObjectList is just calling _catalogObjectList, so psyco.bind...

catalogObjectList is just calling _catalogObjectList, so psyco.bind _catalogObjectList instead of catalogObjectList


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16627 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8b72b572
......@@ -1664,7 +1664,8 @@ class Catalog( Folder,
if not disable_cache:
disableReadOnlyTransactionCache(self)
if psyco is not None: psyco.bind(catalogObjectList)
if psyco is not None:
psyco.bind(_catalogObjectList)
def beforeUncatalogObject(self, path=None,uid=None):
"""
......
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