commit | 2e28d025b05c0cb47553cc1578ce7c79523ef1c8 | [log] [tgz] |
---|---|---|
author | sbconsulting <sbconsulting@users.noreply.github.com> | Tue Feb 10 10:40:40 2015 -0800 |
committer | sbconsulting <sbconsulting@users.noreply.github.com> | Tue Feb 10 10:40:40 2015 -0800 |
tree | aafb89fe8cc4a5e6d1e3aee0ebd2983d68ebbd46 | |
parent | e309ca1c55d182ec0eb9485e285c5c697f42ba31 [diff] | |
parent | e9a8df301c856228b603628769c6d8f7b9c83b95 [diff] |
Merge pull request #25 from caglar10ur/ACLValidationError NameError: global name 'ACLValidationError' is not defined
diff --git a/planetstack/core/acl.py b/planetstack/core/acl.py index 7856414..5b02055 100644 --- a/planetstack/core/acl.py +++ b/planetstack/core/acl.py
@@ -16,6 +16,7 @@ deny user scott@onlab.us allow user *@onlab.us """ +class ACLValidationError(Exception): pass class AccessControlList: def __init__(self, aclText=None):