diff -r dbaf79418b8f -r 566f8fce5168 sobjects/cwxmlparser.py --- a/sobjects/cwxmlparser.py Wed Apr 09 17:14:25 2014 +0200 +++ b/sobjects/cwxmlparser.py Wed Apr 09 17:26:57 2014 +0200 @@ -467,7 +467,7 @@ self._clear_relation((ttype,)) def _find_entities(self, item, kwargs): - return tuple(self._cw.find_entities(item['cwtype'], **kwargs)) + return tuple(self._cw.find(item['cwtype'], **kwargs).entities()) class CWEntityXMLActionLinkInState(CWEntityXMLActionLink):