minor synchronization

parent e9652bf9
......@@ -1881,7 +1881,7 @@ c_rolesForPermissionOn(PyObject *perm, PyObject *object,
object = aq_inner(object)
if object is None:
break
object = object.__parent__
object = aq_parent(object)
*/
{
PyObject *tobj = aq_inner(object);
......
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