commit | d718fe55e9db1c59f35c71e22c05207ebb85d922 | [log] [tgz] |
---|---|---|
author | S.Çağlar Onur <caglar@10ur.org> | Mon Feb 09 15:58:00 2015 -0500 |
committer | S.Çağlar Onur <caglar@10ur.org> | Mon Feb 09 15:58:00 2015 -0500 |
tree | 9c99418e88585652d2b5650312c17ec167d96c3a | |
parent | 074b387f13f8f3270c84a2fa8f10583ece495eb6 [diff] |
NameError: global name 'ACLValidationError' is not defined Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
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):