commit | e9a8df301c856228b603628769c6d8f7b9c83b95 | [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 | 33cfcafcef15c7b1fe1380590f62f28004321b44 [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):