diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-03-23 13:04:44 -0400 |
|---|---|---|
| committer | Dan Prince <dan.prince@rackspace.com> | 2011-03-23 13:04:44 -0400 |
| commit | b49ac333df4de61ca632666cca85f6e9baf788b0 (patch) | |
| tree | beb76827cb849791079aa2d7166984819516b221 /nova/api | |
| parent | 1f90c7c6555e042cda1371a22c9891713a3f6430 (diff) | |
pep8 fix.
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/api/openstack/__init__.py b/nova/api/openstack/__init__.py index c12aa7e89..efb10eb1b 100644 --- a/nova/api/openstack/__init__.py +++ b/nova/api/openstack/__init__.py @@ -156,6 +156,7 @@ class APIRouterV11(APIRouter): parent_resource=dict(member_name='image', collection_name='images')) + class Versions(wsgi.Application): @webob.dec.wsgify(RequestClass=wsgi.Request) def __call__(self, req): |
