diff options
| author | Monsyne Dragon <mdragon@rackspace.com> | 2011-01-05 19:45:46 -0600 |
|---|---|---|
| committer | Monsyne Dragon <mdragon@rackspace.com> | 2011-01-05 19:45:46 -0600 |
| commit | f21f078113fc81c1dcee4f3a077bd555c0cf85f6 (patch) | |
| tree | 071a340e126c9d6cde4597491264a7c859c6ed15 /nova/api | |
| parent | 6549efce27997488bbcef8261b425bd9112309c4 (diff) | |
Fix a bunch of pep8 stuff
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/consoles.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nova/api/openstack/consoles.py b/nova/api/openstack/consoles.py index bf3403655..49eefe09d 100644 --- a/nova/api/openstack/consoles.py +++ b/nova/api/openstack/consoles.py @@ -85,8 +85,3 @@ class Controller(wsgi.Controller): except exception.NotFound: return faults.Fault(exc.HTTPNotFound()) return exc.HTTPAccepted() - -# def detail(self, req, id): -# """ Returns a complete list of consoles for this instance""" -# return _translate_detail_keys({}) - |
