From 20b4d895124cee887568ca8723ce0d3ffdc3a05a Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 13 Jan 2012 13:54:32 -0800 Subject: Remove a whole bunch of unused imports Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1 --- nova/volume/manager.py | 2 -- nova/volume/xensm.py | 4 ---- 2 files changed, 6 deletions(-) (limited to 'nova/volume') diff --git a/nova/volume/manager.py b/nova/volume/manager.py index 19c2eb9c0..63eb04664 100644 --- a/nova/volume/manager.py +++ b/nova/volume/manager.py @@ -38,8 +38,6 @@ intact. """ -import sys - from nova import context from nova import exception from nova import flags diff --git a/nova/volume/xensm.py b/nova/volume/xensm.py index a50362899..bf219f273 100644 --- a/nova/volume/xensm.py +++ b/nova/volume/xensm.py @@ -12,10 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -import sys -import time -import os - from nova import exception from nova import flags from nova import log as logging -- cgit