summaryrefslogtreecommitdiff
path: root/nova/vnc
diff options
context:
space:
mode:
authorZhongyue Luo <lzyeval@gmail.com>2012-06-03 13:23:11 +0800
committerZhongyue Luo <lzyeval@gmail.com>2012-06-03 13:26:35 +0800
commit6228acd7ff3b20460d8c6fae9ab7c773ab38529a (patch)
tree4a8bdf37bc768ec0a2d09c88ffa59e626dbf51c5 /nova/vnc
parent18734e9bc7eaf99caea5957618aa77e70c69db81 (diff)
downloadnova-6228acd7ff3b20460d8c6fae9ab7c773ab38529a.tar.gz
Unused imports cleanup (folsom-2)
Fixes bug #1008023 Change-Id: Ifb8ecbb7430fdabd7b5d81ab23df66942abd9cb7
Diffstat (limited to 'nova/vnc')
-rw-r--r--nova/vnc/xvp_proxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/vnc/xvp_proxy.py b/nova/vnc/xvp_proxy.py
index 593b4aa9fc..ecf5c2551e 100644
--- a/nova/vnc/xvp_proxy.py
+++ b/nova/vnc/xvp_proxy.py
@@ -31,7 +31,6 @@ from nova import context
from nova import flags
from nova import log as logging
from nova.openstack.common import cfg
-from nova import rpc
from nova import version
from nova import wsgi