diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-05-02 23:56:29 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2012-05-02 23:58:05 +0000 |
| commit | fffaf26ced9bb9c162797c7264e7797955301bb4 (patch) | |
| tree | 2d600e52aca64601f152c6fdbd15799d953e40be | |
| parent | e175c5f1c0275ed43648d43e6e46129680fc6d1b (diff) | |
| download | nova-fffaf26ced9bb9c162797c7264e7797955301bb4.tar.gz nova-fffaf26ced9bb9c162797c7264e7797955301bb4.tar.xz nova-fffaf26ced9bb9c162797c7264e7797955301bb4.zip | |
Remove unused import
Not only unused, but using webob exceptions from compute.api is bad
practice. That should happen in the OS API or EC2 API layers.
Change-Id: Ibfe20148608aaca0884fe123eb32c8957980ca56
| -rw-r--r-- | nova/compute/api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index ad34dd288..c5dd1e98a 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -24,8 +24,6 @@ import functools import re import time -import webob.exc - from nova import block_device from nova.compute import aggregate_states from nova.compute import instance_types |
