Commas not followed by a space.

This commit is contained in:
Pedro Algarvio 2013-09-21 10:39:44 +01:00
parent 2a7c60653d
commit c3c7a08a40

View File

@ -191,7 +191,7 @@ def user_present(name,
return ret
def user_absent(name,profile=None,**connection_args):
def user_absent(name, profile=None, **connection_args):
'''
Ensure that the keystone user is absent.
@ -319,7 +319,7 @@ def role_present(name, profile=None, **connection_args):
ret['changes']['Role'] = 'Created'
return ret
def role_absent(name, profile=None, **connection_args):
'''
Ensure that the keystone role is absent.