From 08c99e649f0fd4f3e14faf6f574724164f9ebdb5 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 3 Nov 2010 15:06:00 -0700 Subject: [PATCH] pep8 whitespace and line length fixes --- nova/adminclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/adminclient.py b/nova/adminclient.py index 0227cddd..af55197f 100644 --- a/nova/adminclient.py +++ b/nova/adminclient.py @@ -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: