summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Meade <alex.meade@rackspace.com>2011-06-08 09:21:38 -0400
committerAlex Meade <alex.meade@rackspace.com>2011-06-08 09:21:38 -0400
commita605905c11d8898e8cc15e830c17de3ce8c80fda (patch)
tree173ba9757ea578d45a2ae27c2bc2de3c935a742d
parentb7556544d222741c9bc0d312ae75ab5f84b4cd2d (diff)
pep8
-rw-r--r--nova/auth/ldapdriver.py2
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.
"""