diff options
| author | termie <github@anarkystic.com> | 2011-12-22 15:22:29 -0800 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-12-22 15:22:29 -0800 |
| commit | 26a4cde397c16452ec0d3f70b02c3e63a3a58736 (patch) | |
| tree | 15fde54d50610dd87e53a06718f0fd6316d72b13 | |
| parent | 5ff67d74703e2ff2a42cafe8df4b4084f82eb19d (diff) | |
whitespace
| -rw-r--r-- | keystonelight/backends/policy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keystonelight/backends/policy.py b/keystonelight/backends/policy.py index d2c33917..6bdcacb8 100644 --- a/keystonelight/backends/policy.py +++ b/keystonelight/backends/policy.py @@ -22,4 +22,3 @@ class SimpleMatch(object): check = credentials.get(key) if check == match: return True - |
