pep8 whitespace and line length fixes

This commit is contained in:
Vishvananda Ishaya
2010-11-03 15:06:00 -07:00
parent 446c5c1a00
commit 08c99e649f

View File

@@ -273,10 +273,10 @@ class NovaAdminClient(object):
def get_user_roles(self, user, project=None):
"""Returns a list of roles for the given user.
Omitting project will return any global roles that the user has.
Specifying project will return only project specific roles.
"""
params = {'User': user}
if project: