diff options
| author | Brian Waldon <brian.waldon@rackspace.com> | 2011-07-13 11:17:05 -0400 |
|---|---|---|
| committer | Brian Waldon <brian.waldon@rackspace.com> | 2011-07-13 11:17:05 -0400 |
| commit | 486afc9b9e38a68c18b80daab4f23c5b936ee185 (patch) | |
| tree | 5ef149aea4b473ddd55b3c450d05ef178e76a4ad /nova/api | |
| parent | 07baabb67d9491da61fa5bfe9adc52f7ff744e22 (diff) | |
pep8
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/servers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/servers.py b/nova/api/openstack/servers.py index 1e8749f56..50d1442d4 100644 --- a/nova/api/openstack/servers.py +++ b/nova/api/openstack/servers.py @@ -491,7 +491,7 @@ class ControllerV11(Controller): except exception.NotFound: return faults.Fault(exc.HTTPNotFound()) - def _href_from_bookmark_links(self, links) + def _href_from_bookmark_links(self, links): for link in links: try: if link.get('rel') == 'bookmark': |
