summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJustin Santa Barbara <justin@fathomdb.com>2011-03-28 16:54:17 -0700
committerJustin Santa Barbara <justin@fathomdb.com>2011-03-28 16:54:17 -0700
commit87bc3bca7904135656ed3a99efc19952be95dcbf (patch)
tree04c166d17bfae0456c664852563e039644251420 /nova/tests
parent276c153f44734e78cae25deb9fc9e79a604c6219 (diff)
Multi-line comments should end in a blankline
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/integrated/api/client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/tests/integrated/api/client.py b/nova/tests/integrated/api/client.py
index b40ff58e3..7e20c9b00 100644
--- a/nova/tests/integrated/api/client.py
+++ b/nova/tests/integrated/api/client.py
@@ -59,7 +59,9 @@ class TestOpenStackClient(object):
"""Simple OpenStack API Client.
This is a really basic OpenStack API client that is under our control,
- so we can make changes / insert hooks for testing"""
+ so we can make changes / insert hooks for testing
+
+ """
def __init__(self, auth_user, auth_key, auth_uri):
super(TestOpenStackClient, self).__init__()