From 09e6d10face80d98a4578ff54192b5c8bec007d7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 9 Jul 2021 18:31:02 -0700 Subject: ACL uses enums, some more tests, other stuff. --- exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exceptions.py') diff --git a/exceptions.py b/exceptions.py index 3e0a2d0..59aa262 100644 --- a/exceptions.py +++ b/exceptions.py @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. + class PreconditionException(AssertionError): pass -- cgit v1.3