X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=acl.py;h=726dafc72f0240a7371dd0da39b69c253c3c69bc;hb=0fec151ee0b3596016d7a094af13085ef01a8bb4;hp=cf59d6a87d8266fe55259e9584c403346d6404f7;hpb=5c212d7639f62fcb936f9d7a0bbe704a9f7b213d;p=python_utils.git diff --git a/acl.py b/acl.py index cf59d6a..726dafc 100644 --- a/acl.py +++ b/acl.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """This module defines various flavors of Access Control Lists.""" import enum @@ -181,7 +183,9 @@ class PredicateListBasedACL(SimpleACL): class StringWildcardBasedACL(PredicateListBasedACL): - """An ACL that allows or denies based on string glob (*, ?) patterns.""" + """An ACL that allows or denies based on string glob :code:`(*, ?)` + patterns. + """ def __init__( self,