diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-06-08 09:21:38 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2011-06-08 09:21:38 -0400 |
| commit | a605905c11d8898e8cc15e830c17de3ce8c80fda (patch) | |
| tree | 173ba9757ea578d45a2ae27c2bc2de3c935a742d | |
| parent | b7556544d222741c9bc0d312ae75ab5f84b4cd2d (diff) | |
pep8
| -rw-r--r-- | nova/auth/ldapdriver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/auth/ldapdriver.py b/nova/auth/ldapdriver.py index 7bcaa34b5..e9532473d 100644 --- a/nova/auth/ldapdriver.py +++ b/nova/auth/ldapdriver.py @@ -139,7 +139,7 @@ class LdapDriver(object): self.__cache = None return False - def __local_cache(key_fmt): #pylint: disable=E0213 + def __local_cache(key_fmt): # pylint: disable=E0213 """Wrap function to cache it's result in self.__cache. Works only with functions with one fixed argument. """ |
