commit | cfaf223c6b82d208a3519d029e1cc0965c7ddc75 | [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 | 5dcf0b804689e9b7a69ce8faea4ef3838eaa5dc4 [diff] | |
parent | d718fe55e9db1c59f35c71e22c05207ebb85d922 [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):