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.