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/tests | |
| parent | 787631f7b3d882b6743ed52dc948301fdbca471e (diff) | |
| download | nova-8003dd2f5b027491f4e171f92ccd2a1cf2946315.tar.gz nova-8003dd2f5b027491f4e171f92ccd2a1cf2946315.tar.xz nova-8003dd2f5b027491f4e171f92ccd2a1cf2946315.zip | |
Pep8
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/test_api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_api.py b/nova/tests/api/openstack/test_api.py index 1474148f5..db0fe1060 100644 --- a/nova/tests/api/openstack/test_api.py +++ b/nova/tests/api/openstack/test_api.py @@ -50,7 +50,6 @@ class APITest(unittest.TestCase): exc = webob.exc.HTTPNotFound(explanation='Raised a webob.exc') return faults.Fault(exc) - #api.application = succeed api = self._wsgi_app(succeed) resp = Request.blank('/').get_response(api) |
