Commit f466caf8 authored by Nicolas Dumazet's avatar Nicolas Dumazet

rename temporarily function to avoid clash with older API.

(we're trying to version our progress without breaking current code,
we'll drop the older code and rename things after)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43250 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 492eb5d7
......@@ -46,7 +46,7 @@ from zLOG import LOG, ERROR, INFO
class AccessorHolderType(type):
_skip_permission_tuple = (Permissions.AccessContentsInformation,
Permissions.ModifyPortalContent)
def registerAccessor(cls,
def _next_registerAccessor(cls,
accessor,
permission):
accessor_name = accessor.__name__
......
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