summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-05-02 23:56:29 +0000
committerJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-05-02 23:58:05 +0000
commitfffaf26ced9bb9c162797c7264e7797955301bb4 (patch)
tree2d600e52aca64601f152c6fdbd15799d953e40be
parente175c5f1c0275ed43648d43e6e46129680fc6d1b (diff)
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.py2
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