diff options
author | Chuck Short <chuck.short@canonical.com> | 2012-12-21 08:39:32 -0600 |
---|---|---|
committer | Chuck Short <chuck.short@canonical.com> | 2012-12-21 08:41:47 -0600 |
commit | 4acafc7ff3e1306f3400853ec79762f45ef0ae5c (patch) | |
tree | 08aecd7315fd9c9f635fb7ac70ef8125b3406a7e /nova/utils.py | |
parent | 3f1a70bdb1b2a7df7147f09e2b0b09dd1b49f3be (diff) | |
download | nova-4acafc7ff3e1306f3400853ec79762f45ef0ae5c.tar.gz nova-4acafc7ff3e1306f3400853ec79762f45ef0ae5c.tar.xz nova-4acafc7ff3e1306f3400853ec79762f45ef0ae5c.zip |
Removed unused imports.
Removed a bunch of unused imports based on pyflakes.
Change-Id: I00952371200cb4531ddf163447433da756582a21
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Diffstat (limited to 'nova/utils.py')
-rw-r--r-- | nova/utils.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/utils.py b/nova/utils.py index 32f089feb..26468868a 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -29,7 +29,6 @@ import os import pyclbr import random import re -import shlex import shutil import signal import socket @@ -37,13 +36,11 @@ import struct import sys import tempfile import time -import weakref from xml.sax import saxutils from eventlet import event from eventlet.green import subprocess from eventlet import greenthread -from eventlet import semaphore import netaddr from nova import exception |