diff options
| author | Todd Willey <todd@ansolabs.com> | 2011-01-06 14:22:11 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2011-01-06 14:22:11 -0500 |
| commit | 8003dd2f5b027491f4e171f92ccd2a1cf2946315 (patch) | |
| tree | 05c6aa3ed14b6113a74a7ff2cfbd763d2b4de823 /nova/api | |
| parent | 787631f7b3d882b6743ed52dc948301fdbca471e (diff) | |
| download | nova-8003dd2f5b027491f4e171f92ccd2a1cf2946315.tar.gz nova-8003dd2f5b027491f4e171f92ccd2a1cf2946315.tar.xz nova-8003dd2f5b027491f4e171f92ccd2a1cf2946315.zip | |
Pep8
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 21b9b1d7d..452290505 100644 --- a/nova/api/openstack/__init__.py +++ b/nova/api/openstack/__init__.py @@ -56,6 +56,7 @@ class FaultWrapper(wsgi.Middleware): exc = webob.exc.HTTPInternalServerError(explanation=str(ex)) return faults.Fault(exc) + class APIRouter(wsgi.Router): """ Routes requests on the OpenStack API to the appropriate controller |
