diff options
Diffstat (limited to 'kazoo/security.py')
-rw-r--r-- | kazoo/security.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kazoo/security.py b/kazoo/security.py index 014646d..98188a2 100644 --- a/kazoo/security.py +++ b/kazoo/security.py @@ -15,7 +15,6 @@ class ACL(namedtuple('ACL', 'perms id')): a :class:`Permissions` setting. For convenience, :meth:`make_digest_acl` should be used to create an ACL object with the desired scheme, id, and permissions. - """ @property def acl_list(self): |