diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-17 13:11:40 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-03-17 13:11:40 -0400 |
| commit | f96dea3da633fc71f16de1bdb95e88249b316e29 (patch) | |
| tree | 72f6a23454e224755b006005875bc61d6a1dca4d /nova/api | |
| parent | d31e0f0ad048fbd0374170ea76968859a4c6df34 (diff) | |
Pep8 error, oddly specific to pep8 v0.5 < x > v0.6
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/faults.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nova/api/openstack/faults.py b/nova/api/openstack/faults.py index 56f5b8e7e..ccccbd3d2 100644 --- a/nova/api/openstack/faults.py +++ b/nova/api/openstack/faults.py @@ -71,9 +71,9 @@ class OverLimitFault(webob.exc.HTTPException): _serialization_metadata = { "application/xml": { "attributes": { - "overLimitFault": "code" - } - } + "overLimitFault": "code", + }, + }, } def __init__(self, message, details, retry_time): |
