Fix N402 for nova/api

Fix N402 errors (single line docstring should end in a period)
for nova/api, part of a larger attempt to stop ignoring our own
hacking.py tests.

Fix tests that look at docs in extensions

Change-Id: I89d89d1fcf37c4e7740c36375da4c751d1b621ed
This commit is contained in:
Sean Dague
2013-01-08 16:14:49 -05:00
parent b9959b180e
commit f20c3a4ea5
63 changed files with 218 additions and 218 deletions

View File

@@ -73,7 +73,7 @@ class CloudpipeController(object):
fileutils.ensure_tree(CONF.keys_path)
def _get_all_cloudpipes(self, context):
"""Get all cloudpipes"""
"""Get all cloudpipes."""
instances = self.compute_api.get_all(context,
search_opts={'deleted': False})
return [instance for instance in instances