From fffaf26ced9bb9c162797c7264e7797955301bb4 Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Wed, 2 May 2012 23:56:29 +0000 Subject: 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 --- nova/compute/api.py | 2 -- 1 file changed, 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 -- cgit