From 2afe2bf2d1515fc23869d12b374863fa25b04d9f Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 14 Jul 2011 15:19:38 -0500 Subject: Formatting change --- keystone/test/system/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keystone/test/system/common.py b/keystone/test/system/common.py index 7f422117..fb620f4c 100644 --- a/keystone/test/system/common.py +++ b/keystone/test/system/common.py @@ -124,8 +124,8 @@ class KeystoneTestCase(RestfulTestCase): admin_token = None admin_credentials = { 'passwordCredentials':{ - 'username':'admin', - 'password':'secrete', + 'username': 'admin', + 'password': 'secrete', } } -- cgit